diff --git a/win/WindowsTerminal/settings.json b/win/WindowsTerminal/settings.json index 5269d21..1ce9c1d 100644 --- a/win/WindowsTerminal/settings.json +++ b/win/WindowsTerminal/settings.json @@ -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 }, diff --git a/win/win.ahk b/win/win.ahk index e929e91..06d9faf 100644 --- a/win/win.ahk +++ b/win/win.ahk @@ -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()