mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
+ add: Accelerator-Key for "Accelerated Word Navigation" => Ctrl+Alt+A for all languages (menu resources)
This commit is contained in:
parent
c7e24d63a5
commit
ed1f8eb9db
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.
@ -35,7 +35,7 @@ set PORTAPP_APP_COMPACTOR=%PORTAPP_ROOT_DIR%\PortableApps.comAppCompactor\Portab
|
||||
set PORTAPP_LAUNCHER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comLauncher\PortableApps.comLauncherGenerator.exe
|
||||
set PORTAPP_INSTALLER_CREATOR=%PORTAPP_ROOT_DIR%\PortableApps.comInstaller\PortableApps.comInstaller.exe
|
||||
|
||||
set NP3_LANGUAGE_SET=af-ZA de-DE en-UK es-ES fr-FR
|
||||
set NP3_LANGUAGE_SET=af-ZA de-DE en-UK es-ES fr-FR nl-NL
|
||||
|
||||
set NP3_DISTRIB_DIR=%SCRIPT_DIR%..\Build
|
||||
set NP3_WIN32_DIR=%SCRIPT_DIR%..\Bin\Release_x86_v141
|
||||
|
||||
@ -75,6 +75,7 @@ BEGIN
|
||||
"A", IDM_EDIT_SELECTALL, VIRTKEY, CONTROL, NOINVERT
|
||||
"A", IDM_VIEW_MARKOCCUR_ONOFF, VIRTKEY, ALT, NOINVERT
|
||||
"A", CMD_RECODEANSI, VIRTKEY, SHIFT, CONTROL, NOINVERT
|
||||
"A", IDM_VIEW_ACCELWORDNAV, VIRTKEY, CONTROL, ALT, NOINVERT
|
||||
"B", IDM_EDIT_FINDMATCHINGBRACE, VIRTKEY, CONTROL, NOINVERT
|
||||
"B", IDM_EDIT_PADWITHSPACES, VIRTKEY, ALT, NOINVERT
|
||||
"B", IDM_EDIT_SELTOMATCHINGBRACE, VIRTKEY, SHIFT, CONTROL, NOINVERT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user