Browse Source

Add shift in home-row mods

Very handy for shortcuts with combined modifiers.
DricomDragon 2 weeks ago
parent
commit
d3d870efa2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      kanata/deflayer/base_lt_hrm.kbd

+ 3 - 1
kanata/deflayer/base_lt_hrm.kbd

@@ -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  ;
+  @aa  @ss  @dd  @ff  g         h    @jj  @kk  @ll  @co
   z    x    c    v    b    <    n    m    ,    .    /
             @sft          @nav            @sym
 )
@@ -26,6 +26,8 @@
   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)
+  aa (tap-hold $tap_timeout $long_hold_timeout a lsft)
+  co (tap-hold $tap_timeout $long_hold_timeout ; rsft)
 )
 
 ;; vim: set ft=lisp