mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
This adds "New Template Alt-N" and "NSS Config & PAM Config" to the Yard Box.
This commit is contained in:
parent
4f7fbda058
commit
ff44ae48f5
@ -78,6 +78,12 @@ my @menu_items = ( { path => '/File',
|
|||||||
type => '<Branch>' },
|
type => '<Branch>' },
|
||||||
{ path => '/File/file_tearoff',
|
{ path => '/File/file_tearoff',
|
||||||
type => '<Tearoff>' },
|
type => '<Tearoff>' },
|
||||||
|
{ path => '/File/_New Template',
|
||||||
|
accelerator => '<alt>N',
|
||||||
|
callback => \&saved,
|
||||||
|
action => 100 },
|
||||||
|
{ path => '/File/file_separator',
|
||||||
|
type => '<Separator>' },
|
||||||
{ path => '/File/_Save',
|
{ path => '/File/_Save',
|
||||||
accelerator => '<control>S',
|
accelerator => '<control>S',
|
||||||
callback => \&saved,
|
callback => \&saved,
|
||||||
@ -133,6 +139,16 @@ my @menu_items = ( { path => '/File',
|
|||||||
{ path => '/Edit/Settings/Stripping/Modules',
|
{ path => '/Edit/Settings/Stripping/Modules',
|
||||||
action => '3',
|
action => '3',
|
||||||
type => '<CheckItem>' },
|
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/' },
|
||||||
{ path => '/Edit/Stages/one-by-one',
|
{ path => '/Edit/Stages/one-by-one',
|
||||||
action => 13,
|
action => 13,
|
||||||
@ -1795,6 +1811,7 @@ Searching Shortcuts
|
|||||||
|
|
||||||
File Shortcuts
|
File Shortcuts
|
||||||
|
|
||||||
|
Alt-N New Template
|
||||||
Ctrl-S Save File
|
Ctrl-S Save File
|
||||||
Alt-A Save As File
|
Alt-A Save As File
|
||||||
SHORTCUTS
|
SHORTCUTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user