We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d433298 commit 775994aCopy full SHA for 775994a
kanata/deflayer/navigation_vim.kbd
@@ -29,14 +29,14 @@
29
f1 f2 f3 f4 XX XX XX XX XX XX
30
f5 f6 f7 f8 XX XX lctl lalt lmet _
31
f9 f10 f11 f12 XX XX XX XX XX XX XX
32
- _ _ _
+ @std _ @std
33
)
34
35
(defalias
36
std (layer-switch base)
37
- pad (layer-switch numpad)
38
39
- fun (layer-while-held funpad)
+ pad (tap-hold-press 0 $long_hold_timeout (layer-switch numpad) (layer-while-held numpad))
+ fun (tap-hold-press 0 $long_hold_timeout (layer-switch funpad) (layer-while-held funpad))
40
41
;; Mouse wheel emulation
42
mwu (mwheel-up 50 120)
0 commit comments