This commit is contained in:
Klesh Wong 2021-07-31 18:03:28 +08:00
parent 6aded5e154
commit 995f6fd0d7
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
"acrylicOpacity": 0.59999999999999998,
"colorScheme": "One Half Dark",
"cursorShape": "filledBox",
"fontFace": "Sarasa Mono SC Nerd",
"fontFace": "更纱黑体 Mono SC Nerd",
"fontSize": 12,
"useAcrylic": false
},

View File

@ -43,7 +43,7 @@ LockWorkStation() {
; =========================
InitWindowManager()
InitClipboardManager()
SetDisableLockWorkstationRegKeyValue(1) ; in order to remap win+l
; SetDisableLockWorkstationRegKeyValue(1) ; in order to remap win+l
#Include, ahk\JSON.ahk
#Include, ahk\WindowManager.ahk
#Include, ahk\ClipboardManager.ahk
@ -88,7 +88,7 @@ SetDisableLockWorkstationRegKeyValue(1) ; in order to remap win+l
#+b::BlacklistArrangementForActiveWindow()
; Win + Shift + b => Whitelist active window so it always be arranged when launched
#+w::WhitelistArrangementForActiveWindow()
; Win + Shift + i => Remove active window from Blacklist/Whitelist
; Win + Shift + g => Remove active window from Blacklist/Whitelist
#+g::IgnoreArrangementForActiveWindow()
; Win + Shift + d => Toggle debug logging
#+d::ToggleDebugging()