From 266a7ecda79f7cb5319c6106577ec56efd70ca68 Mon Sep 17 00:00:00 2001 From: shaddollxz Date: Fri, 1 Sep 2023 11:05:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(win):=20caps=20=E6=A8=A1=E5=BC=8F=E9=94=AE?= =?UTF-8?q?=E4=BD=8D=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win/modules/mode-caps.ahk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/win/modules/mode-caps.ahk b/win/modules/mode-caps.ahk index e39ac0a..f7d9257 100644 --- a/win/modules/mode-caps.ahk +++ b/win/modules/mode-caps.ahk @@ -1,7 +1,6 @@ #Include "../configs/key-map.ahk" #Include "../utils/get-change-tab-type.ahk" #Include "../utils/use-mode.ahk" -#Include "../utils/assert.ahk" modeData_caps := useMode("CapsLock", keyMap.onlyCaps) @@ -53,15 +52,8 @@ modeData_caps := useMode("CapsLock", keyMap.onlyCaps) } ; 关闭标签页 另一个快捷键是 alt + q -*p:: { - Send(keyMap.ctrl . "w") -} - -; 刷新浏览器 *c:: { - if (isBrowser()) { - Send("F5") - } + Send(keyMap.ctrl . "w") } ; todo 切换窗口