dotfiles/.config/kanata/deflayer/symbols_noop.kbd

15 lines
552 B
Common Lisp
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

;; Symbol layer: same as AltGr.
;; Concretely this does nothing, just let AltGr as-is for keyboard layouts
;; depending heavily on AltGr, like Bépo or simply Lafayette layouts like
;;ErgoL, which already have that layer baked in.
(deflayer symbols
AG-1 AG-2 AG-3 AG-4 AG-5 XX AG-6 AG-7 AG-8 AG-9 AG-0
AG-q AG-w AG-e AG-r AG-t AG-y AG-u AG-i AG-o AG-p
AG-a AG-s AG-d AG-f AG-g AG-h AG-j AG-k AG-l AG-;
AG-z AG-x AG-c AG-v AG-b AG-< AG-n AG-m AG-, AG-. AG-/
_ AG-spc _
)
;; vim: set ft=lisp: