Skip to content

Commit 59f2fbd

Browse files
committed
karabiner: update keybinds
1 parent ff8b80b commit 59f2fbd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.config/karabiner/karabiner.edn

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
:main [{:des "Caps Lock to Escape on single press, Left Control on press and hold."
2323
:rules [[:##caps_lock :left_control nil {:alone :escape}]
2424
]}
25+
{:des "Left Control to Escape on single press, Left Control on press and hold."
26+
:rules [[:##left_control :left_control nil {:alone :escape}]
27+
]}
2528
{:des "Emacs keybindings"
2629
:rules [:emacs-mode
2730
[:condi :!disable-emacs-mode-apps]
@@ -52,9 +55,9 @@
5255
[:##s ["mouse_keys_mode_v4_scroll" 1] nil {:afterup ["mouse_keys_mode_v4_scroll" 0]}]
5356
[:##f {:mkey {:speed 2.0}}]
5457
[:##g {:mkey {:speed 0.5}}]]}
55-
{:des "Left Command to Eisuu(if alone), Right Command to Kana(if alone)"
58+
{:des "Left Command to Eisuu(if alone), Right Command to Kana(if alone)/Right Alt(if held)"
5659
:rules [[:##left_command {:key :left_command :lazy true} nil {:alone :japanese_eisuu :held :left_command :params {:held 100}}]
57-
[:##right_command {:key :right_command :lazy true} nil {:alone :japanese_kana :held :right_command :params {:held 100}}]
60+
[:##right_command {:key :right_command :lazy true} nil {:alone :japanese_kana :held :right_alt :params {:held 100}}]
5861
]}
5962
]
6063
}

0 commit comments

Comments
 (0)