mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Chg: Adding 2 Shortcuts in en-US
This commit is contained in:
parent
0e5c96fcec
commit
52eaf9fee6
@ -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
|
||||
|
||||
@ -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)
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user