Pārlūkot izejas kodu

fix: altgr on Windows (#23)

issue: #22
trilowy 11 mēneši atpakaļ
vecāks
revīzija
3300783c9f
1 mainītis faili ar 11 papildinājumiem un 0 dzēšanām
  1. 11 0
      kanata/kanata.kbd

+ 11 - 0
kanata/kanata.kbd

@@ -68,4 +68,15 @@
 ;; (include defalias_qwertz_pc.kbd)  ;; Qwertz PC
 ;; (include defalias_bepo_pc.kbd)  ;; Bépo PC
 
+;;-----------------------------------------------------------------------------
+;; Extra configuration
+;; You should not modify this, only if you need to.
+
+(defcfg
+  ;; Enabled makes kanata process keys that are not defined in defsrc
+  ;; Fixes altgr for Windows (see Arsenik issue #22)
+  process-unmapped-keys yes
+  windows-altgr cancel-lctl-press
+)
+
 ;; vim: set ft=lisp