implemented rfe #2557392 - makensisw: Shortcut to abort compilation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5918 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0aed504f4a
commit
e4c6c6bc30
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,7 @@ BEGIN
|
|||
MENUITEM "&Recompile\tCtrl+R", IDM_RECOMPILE
|
||||
MENUITEM "Test &Installer\tCtrl+T", IDM_TEST
|
||||
MENUITEM "Reco&mpile and Test\tCtrl+M", IDM_RECOMPILE_TEST
|
||||
MENUITEM "C&ancel compilation", IDM_CANCEL
|
||||
MENUITEM "C&ancel compilation\tCtrl+K", IDM_CANCEL
|
||||
MENUITEM "", -1, MFT_SEPARATOR
|
||||
POPUP "Set &Compressor", IDM_COMPRESSOR_SUBMENU
|
||||
BEGIN
|
||||
|
@ -144,6 +144,7 @@ BEGIN
|
|||
VK_F1, IDM_DOCS, VIRTKEY, NOINVERT
|
||||
"W", IDM_CLEARLOG, VIRTKEY, CONTROL, NOINVERT
|
||||
"X", IDM_EXIT, VIRTKEY, ALT, NOINVERT
|
||||
"K", IDM_CANCEL, VIRTKEY, CONTROL, NOINVERT
|
||||
END
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue