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