Chg: Adding 2 Shortcuts in en-US

This commit is contained in:
Pairi Daiza 2020-02-11 06:17:51 +01:00
parent 0e5c96fcec
commit 52eaf9fee6
2 changed files with 4 additions and 1 deletions

View File

@ -199,6 +199,9 @@ BEGIN
MENUITEM "&Indent", IDM_EDIT_INDENT
MENUITEM "&Unindent", IDM_EDIT_UNINDENT
MENUITEM SEPARATOR
MENUITEM "Jump to Selection Start\tCtrl+,", CMD_JUMP2SELSTART
MENUITEM "Jump to Selection End\tCtrl+.", CMD_JUMP2SELEND
MENUITEM SEPARATOR
POPUP "&Enclose Selection"
BEGIN
MENUITEM "&Single Quotes\tCtrl+1", CMD_STRINGIFY

View File

@ -148,7 +148,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
// GLOBAL INTERCEPTED HOTKEYS:
//
// - Ctrl+Alt+Shift+F
// After Win10 1903 upgrade, Ctrl+Alt+Shift+F hotkey is intercepted by File Explorer
// After Win10 1903 upgrade, Ctrl+Alt+Shift+F hotkey is intercepted by File Explorer (issue #1609)
//
//