Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style(kanata): use key symbols #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions kanata/deflayer/base_lt_hrm.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(deflayer base
_ _ _ _ _ _ _ _ _ _ _
q w e r t y u i o p
a @ss @dd @ff g h @jj @kk @ll ;
a @s◆ @d⎈ @f⌥ g h @j⌥ @k⎈ @l◆ ;
z x c v b < n m , . /
@sft @nav @sym
)
Expand All @@ -20,12 +20,12 @@
sym (tap-hold-press $tap_timeout $hold_timeout ret (layer-while-held symbols))

;; Home-row mods
ss (tap-hold $tap_timeout $long_hold_timeout s lmet)
dd (tap-hold $tap_timeout $long_hold_timeout d lctl)
ff (tap-hold $tap_timeout $long_hold_timeout f lalt)
jj (tap-hold $tap_timeout $long_hold_timeout j lalt)
kk (tap-hold $tap_timeout $long_hold_timeout k rctl)
ll (tap-hold $tap_timeout $long_hold_timeout l rmet)
s◆ (tap-hold $tap_timeout $long_hold_timeout s lmet)
d⎈ (tap-hold $tap_timeout $long_hold_timeout d lctl)
f⌥ (tap-hold $tap_timeout $long_hold_timeout f lalt)
j⌥ (tap-hold $tap_timeout $long_hold_timeout j lalt)
k⎈ (tap-hold $tap_timeout $long_hold_timeout k rctl)
l◆ (tap-hold $tap_timeout $long_hold_timeout l rmet)
)

;; vim: set ft=lisp
8 changes: 4 additions & 4 deletions kanata/deflayer/navigation.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

(deflayer navigation
M-1 M-2 M-3 M-4 M-5 lrld M-6 M-7 M-8 M-9 M-0
tab home up end pgup @/ @7 @8 @9 @run
@all lft down rght pgdn @- @4 @5 @6 @0
@ndo @cut @cpy @pst S-tab _ @, @1 @2 @3 @.
del _ esc
↹ ↖ ▲ ↘ ⇞ @/ @7 @8 @9 @run
@all ◀ ▼ ▶ ⇟ @- @4 @5 @6 @0
@ndo @cut @cpy @pst S- _ @, @1 @2 @3 @.
_
)

;; vim: set ft=lisp
12 changes: 6 additions & 6 deletions kanata/deflayer/navigation_vim.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

(deflayer navigation
M-1 M-2 M-3 M-4 M-5 lrld M-6 M-7 M-8 M-9 M-0
@pad @cls bck fwd XX home pgdn pgup end @run
@all @sav S-tab tab XX lft down up rght @fun
@pad @cls bck fwd XX ↖ ⇟ ⇞ ↘ @run
@all @sav S-↹ ↹ XX ◀ ▼ ▲ ▶ @fun
@ndo @cut @cpy @pst XX _ @mwl @mwd @mwu @mwr XX
del _ esc
_
)

;; NumPad
(deflayer numpad
_ _ _ _ _ _ _ _ _ _ _
XX home up end pgup @/ @7 @8 @9 XX
XX lft down rght pgdn @- @4 @5 @6 @0
XX ▲ ↘ ⇞ @/ @7 @8 @9 XX
XX ◀ ▼ ▶ ⇟ @- @4 @5 @6 @0
XX XX XX XX XX _ @, @1 @2 @3 @.
@std @nbs @std
)
Expand All @@ -27,7 +27,7 @@
(deflayer funpad
XX XX XX XX XX XX XX XX XX XX XX
f1 f2 f3 f4 XX XX XX XX XX XX
f5 f6 f7 f8 XX XX lctl lalt lmet _
f5 f6 f7 f8 XX XX ‹⎈ ‹⌥ ‹◆ _
f9 f10 f11 f12 XX XX XX XX XX XX XX
_ _ _
)
Expand Down