From 3f4922dcd1b684d2b811f316bcf6a1f260266a14 Mon Sep 17 00:00:00 2001 From: "keymap-editor[bot]" <91849743+keymap-editor[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:40:33 +0000 Subject: [PATCH] more combos --- config/swweeep.keymap | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/config/swweeep.keymap b/config/swweeep.keymap index adf50db..d219d6d 100644 --- a/config/swweeep.keymap +++ b/config/swweeep.keymap @@ -36,6 +36,26 @@ bindings = <&kp BACKSPACE>; key-positions = <8 9>; }; + + combo_cc { + bindings = <&kp LC(C)>; + key-positions = <21 22>; + }; + + combo_bb { + bindings = <&kp LC(B)>; + key-positions = <23 24>; + }; + + combo_ww { + bindings = <&kp LC(W)>; + key-positions = <1 2>; + }; + + combo_tab { + bindings = <&kp TAB>; + key-positions = <0 1>; + }; }; };