diff options
author | Soispha <soispha@vhack.eu> | 2023-08-31 01:20:57 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-31 01:20:57 +0200 |
commit | 680b15cb84d0f21c5a1a133688f4b430c71b143a (patch) | |
tree | c5afe6b5fcb809708a73a7170a8f66be37e1c5b4 /sys/locale/keymaps/us_modified.xkb | |
parent | Fix(sys/locale/keymaps/us): Switch to lalt, as caps is hard to map in qmk (diff) | |
download | nixos-config-680b15cb84d0f21c5a1a133688f4b430c71b143a.tar.gz nixos-config-680b15cb84d0f21c5a1a133688f4b430c71b143a.zip |
Fix(sys/locale/keymaps/us): Use compose key and deal with qmk macros
Diffstat (limited to 'sys/locale/keymaps/us_modified.xkb')
-rw-r--r-- | sys/locale/keymaps/us_modified.xkb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/locale/keymaps/us_modified.xkb b/sys/locale/keymaps/us_modified.xkb index 622ad206..6299a5e9 100644 --- a/sys/locale/keymaps/us_modified.xkb +++ b/sys/locale/keymaps/us_modified.xkb @@ -1,15 +1,9 @@ partial alphanumeric_keys xkb_symbols "us-modified" { - name[Group1]= "US English with additional keys"; - - key <AD09> {[ o, O, odiaeresis, Odiaeresis]}; - key <AD07> {[ u, U, udiaeresis, Udiaeresis]}; - key <AC01> {type[Group1]="EIGHT_LEVEL", - [ a, A, adiaeresis, Adiaeresis, aring, Aring]}; + name[Group1]= "US English with caps lock key as compose key"; include "us(basic)" - include "level3(lalt_switch)" - include "level5(ralt_switch)" + include "compose(caps)" }; // vim: ft=xkb |