mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #2569 from hpwamr/mui
+ chg: KyeyboardShortcuts correction + divers
This commit is contained in:
commit
3a749a91e9
@ -32,6 +32,7 @@
|
||||
|
||||
Launch
|
||||
------
|
||||
Ctrl+Alt+F Search in Files.
|
||||
Alt+N Open Document in New Window.
|
||||
Alt+Shift+N Open New Empty Window.
|
||||
Ctrl+L Launch Document.
|
||||
@ -44,7 +45,6 @@
|
||||
--------
|
||||
Shift+F8 Select UTF-8 as Default.
|
||||
F9 Open Select Current file Encoding...
|
||||
Ctrl+Alt+F Recode to Default.
|
||||
Ctrl+Shift+A Recode to ANSI.
|
||||
Ctrl+Shift+O Recode to OEM.
|
||||
Ctrl+Shift+F10 Recode to GB18030.
|
||||
@ -199,6 +199,7 @@
|
||||
Ctrl+H Replace...
|
||||
F4 Replace Next.
|
||||
Ctrl+G Jump to Line...
|
||||
Ctrl+Alt+F Search in Files.
|
||||
|
||||
|
||||
VIEW
|
||||
|
||||
@ -32,10 +32,10 @@ SET "TEMP_NAME=temp_zip"
|
||||
|
||||
IF NOT EXIST "..\%INPUTDIRx86%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x86 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx86%\minipath.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x86 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx86%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x86 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx86%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile grepWinNP3 x86 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx64%\Notepad3.exe" CALL :SUBMSG "ERROR" "Compile Notepad3 x64 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx64%\minipath.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x64 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx64%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile MiniPath x64 first!"
|
||||
IF NOT EXIST "..\%INPUTDIRx64%\grepWinNP3.exe" CALL :SUBMSG "ERROR" "Compile grepWinNP3 x64 first!"
|
||||
|
||||
CALL :SubGetVersion
|
||||
CALL :SubDetectSevenzipPath
|
||||
|
||||
Loading…
Reference in New Issue
Block a user