Skip to content

Homerow modifiers #newbie #718

Answered by jtroo
moosylog asked this question in Q&A
Feb 3, 2024 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Sure, we could add some more samples. Will draft here for now.

Here's a basic home row mod QWERTY sample:

(defcfg
  process-unmapped-keys yes
)
(defsrc
  a   s   d   f   j   k   l   ;
)
(defvar
  tap-time 200
  hold-time 150
)
(defalias
  a (tap-hold $tap-time $hold-time a lmet)
  s (tap-hold $tap-time $hold-time s lalt)
  d (tap-hold $tap-time $hold-time d lctl)
  f (tap-hold $tap-time $hold-time f lsft)
  j (tap-hold $tap-time $hold-time j rsft)
  k (tap-hold $tap-time $hold-time k rctl)
  l (tap-hold $tap-time $hold-time l ralt)
  ; (tap-hold $tap-time $hold-time ; rmet)
)
(deflayer base
  @a  @s  @d  @f  @j  @k  @l  @;
)

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@moosylog
Comment options

@jtroo
Comment options

@moosylog
Comment options

@jtroo
Comment options

@moosylog
Comment options

Answer selected by jtroo
Comment options

You must be logged in to vote
1 reply
@moosylog
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants