From d0b9c4375a071b38dd6c8a507b0b8122025f13d3 Mon Sep 17 00:00:00 2001 From: shaddollxz Date: Sat, 23 Sep 2023 17:34:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(mac):=20caps=20=E6=A8=A1=E5=BC=8F=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E6=B5=8F=E8=A7=88=E5=99=A8=E4=B8=AD=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E9=A1=B5/=E4=B8=8B=E4=B8=80=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mac/modules/mode-caps.edn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mac/modules/mode-caps.edn b/mac/modules/mode-caps.edn index afa2e69..7097fde 100644 --- a/mac/modules/mode-caps.edn +++ b/mac/modules/mode-caps.edn @@ -5,6 +5,8 @@ [:w :!QEi ["caps_mode" 1]] ;; 打开网页开发者模块 [:c :!Cw ["caps_mode" 1]] ;; 关闭标签页 [:v :!Cr [:browser ["caps_mode" 1]]] ;; 刷新浏览器 + [:x :!Cleft_arrow [:browser ["caps_mode" 1]]] ;; 转到上一页 + [:z :!Cright_arrow [:browser ["caps_mode" 1]]] ;; 转到下一页 ;; 桌面左右移动 [:f :!Tright_arrow ["caps_mode" 1]] [:s :!Tleft_arrow ["caps_mode" 1]]