Merge branch 'master' of gitee.com:klesh/dotfiles

This commit is contained in:
Klesh Wong 2021-07-31 18:04:08 +08:00
commit e9e5ea9d67
2 changed files with 3 additions and 3 deletions

View File

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

View File

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