Selaa lähdekoodia

fix right command mapped to alt on mac (#73)

Gaëtan Lehmann 4 kuukautta sitten
vanhempi
commit
ba984ef7fa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      kanata/deflayer/base_lt.kbd

+ 1 - 1
kanata/deflayer/base_lt.kbd

@@ -16,7 +16,7 @@
 
   ;; Space-cadet thumb keys: Alt/BackSpace, AltGr/Enter.
   ;; Acts as a modifier by default, or as BackSpace/Enter when tapped separately.
-  alt (tap-hold-press $tap_timeout $hold_timeout bspc lalt)
+  alt (tap-hold-press $tap_timeout $hold_timeout bspc _)
   sym (tap-hold-press $tap_timeout $hold_timeout ret (layer-while-held symbols))
 )