Merge branch 'master' of gitee.com:klesh/dotfiles
This commit is contained in:
commit
e9e5ea9d67
|
@ -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
|
||||
},
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user