Merge pull request #2569 from hpwamr/mui

+ chg: KyeyboardShortcuts correction + divers
This commit is contained in:
Pairi Daiza 2020-07-26 16:15:08 +02:00 committed by GitHub
commit 3a749a91e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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