Browse Source

This adds "New Template Alt-N" and "NSS Config & PAM Config" to the Yard Box.

master
freesource 23 years ago
parent
commit
ff44ae48f5
  1. 17
      BootRoot/YardBox.pm

17
BootRoot/YardBox.pm

@ -78,6 +78,12 @@ my @menu_items = ( { path => '/File',
type => '<Branch>' },
{ path => '/File/file_tearoff',
type => '<Tearoff>' },
{ path => '/File/_New Template',
accelerator => '<alt>N',
callback => \&saved,
action => 100 },
{ path => '/File/file_separator',
type => '<Separator>' },
{ path => '/File/_Save',
accelerator => '<control>S',
callback => \&saved,
@ -133,6 +139,16 @@ my @menu_items = ( { path => '/File',
{ path => '/Edit/Settings/Stripping/Modules',
action => '3',
type => '<CheckItem>' },
{ path => '/Edit/Settings/settings_separator',
type => '<Separator>' },
{ path => '/Edit/Settings/NSS Config',
action => "1111",
type => '<CheckItem>' },
{ path => '/Edit/Settings/PAM Config',
action => '1112',
type => '<CheckItem>' },
{ path => '/Edit/Stages/' },
{ path => '/Edit/Stages/one-by-one',
action => 13,
@ -1795,6 +1811,7 @@ Searching Shortcuts
File Shortcuts
Alt-N New Template
Ctrl-S Save File
Alt-A Save As File
SHORTCUTS

Loading…
Cancel
Save