Edited Kanata configuration to set W+E and I+O combos to be Hyper key.
This commit is contained in:
parent
b94c5e119f
commit
4a399bcce8
1 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@
|
|||
h (tap-hold $tap-time $hold-time h @fnkeys)
|
||||
|
||||
v (tap-hold $tap-time $hold-time v @meh)
|
||||
m (tap-hold $tap-time $hold-time m (multi lsft lctl lalt))
|
||||
m (tap-hold $tap-time $hold-time m @meh)
|
||||
|
||||
symbols (layer-while-held symbol)
|
||||
spc (tap-hold $tap-time $hold-time spc @symbols)
|
||||
|
|
@ -70,10 +70,10 @@
|
|||
(defchords ch $chord-time
|
||||
(w ) w
|
||||
( e) e
|
||||
(w e) XX
|
||||
(w e) @hyper
|
||||
(i ) i
|
||||
( o) o
|
||||
(i o) XX
|
||||
(i o) @hyper
|
||||
(s ) @s
|
||||
( d) @d
|
||||
(s d) ret
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue