diff options
author | Soispha <soispha@vhack.eu> | 2023-08-30 21:46:09 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-30 21:46:09 +0200 |
commit | a97a8df10655938e08fe67da640ee76d91af1d8f (patch) | |
tree | 9579f1e11a2f7348686a4e3ef3161bb08e081ef6 /sys/locale/keymaps | |
parent | Feat(sys/locale): Add a keymap with special char support (diff) | |
download | nixos-config-a97a8df10655938e08fe67da640ee76d91af1d8f.tar.gz nixos-config-a97a8df10655938e08fe67da640ee76d91af1d8f.zip |
Feat(sys/locale): Add modified dvorak keymap
Diffstat (limited to 'sys/locale/keymaps')
-rw-r--r-- | sys/locale/keymaps/dvorak_modified.xkb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/locale/keymaps/dvorak_modified.xkb b/sys/locale/keymaps/dvorak_modified.xkb new file mode 100644 index 00000000..c29a0f8c --- /dev/null +++ b/sys/locale/keymaps/dvorak_modified.xkb @@ -0,0 +1,14 @@ +partial alphanumeric_keys +xkb_symbols "dvorak-modified" { + name[Group1]= "Dvorak English with additional keys"; + + key <AC02> {[ o, O, ö, Ö]}; + key <AC04> {[ u, U, ü, Ü]}; + key <AC01> {[ a, A, ä, Ä, å, Å]}; + + + include "us(dvorak)" + include "level3(caps_switch)" + include "level5(ralt_switch)" +} +// vim: ft=xkb |