浏览代码

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

Gaëtan Lehmann 4 月之前
父节点
当前提交
ba984ef7fa
共有 1 个文件被更改,包括 1 次插入1 次删除
  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))
 )