File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ]
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 }
You can’t perform that action at this time.
0 commit comments