From 0a10bc93f772d761d16ea2aa7d470865af5626c7 Mon Sep 17 00:00:00 2001 From: ElShaddollxz <56341682+shaddollxz@users.noreply.github.com> Date: Mon, 13 Nov 2023 22:53:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(win):=20=E6=96=B0=E5=A2=9E=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E9=A1=B5=E5=BF=AB=E6=8D=B7=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- win/modules/mode-caps.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win/modules/mode-caps.ahk b/win/modules/mode-caps.ahk index 2bf843e..0abab74 100644 --- a/win/modules/mode-caps.ahk +++ b/win/modules/mode-caps.ahk @@ -50,6 +50,10 @@ mode_caps := useMode("CapsLock", keyMap.onlyCaps) *c:: { Send(keyMap.ctrl . "w") } +; 新增标签页 +*t:: { + Send(keyMap.ctrl . "t") +} *v:: { if (isBrowser()) {