mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #671 from RaiKoHoff/Dev_0911
Changed Accelerator-Key for transposing lines
This commit is contained in:
commit
5a4912bf58
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -85,6 +85,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
|
||||
IDR_MAINWND ACCELERATORS
|
||||
BEGIN
|
||||
46, /*'.'*/ IDM_EDIT_LINETRANSPOSE, ASCII, ALT, NOINVERT
|
||||
"0", IDM_VIEW_RESETZOOM, VIRTKEY, CONTROL, NOINVERT
|
||||
"0", IDM_VIEW_WORDWRAPSYMBOLS, VIRTKEY, SHIFT, CONTROL, NOINVERT
|
||||
"1", CMD_STRINGIFY, VIRTKEY, CONTROL, NOINVERT
|
||||
@ -163,7 +164,6 @@ BEGIN
|
||||
"R", IDM_EDIT_UNESCAPECCHARS, VIRTKEY, CONTROL, ALT, NOINVERT
|
||||
"R", IDM_EDIT_URLDECODE, VIRTKEY, SHIFT, CONTROL, NOINVERT
|
||||
"S", IDM_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
|
||||
"S", IDM_EDIT_LINETRANSPOSE, VIRTKEY, ALT, NOINVERT
|
||||
"S", IDM_EDIT_CONVERTTABS2, VIRTKEY, CONTROL, ALT, NOINVERT
|
||||
"S", IDM_EDIT_CONVERTTABS, VIRTKEY, SHIFT, CONTROL, NOINVERT
|
||||
"T", IDM_VIEW_TABSETTINGS, VIRTKEY, CONTROL, NOINVERT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user