about summary refs log tree commit diff stats
path: root/sys/locale/keymaps/dvorak_modified.xkb
blob: 528f8ebb77d1f2ac12b9d95e01880182e9d57a9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
partial alphanumeric_keys
xkb_symbols "dvorak-modified" {
    name[Group1]= "Dvorak English with additional keys";

    key <AC02>  {[  o,  O,  odiaeresis,  Odiaeresis]};
    key <AC04>  {[  u,  U,  udiaeresis,  Udiaeresis]};
    key <AC01>  {[  a,  A,  adiaeresis,  Adiaeresis,  aring,  Aring]};


    include "us(dvorak)"
    include "level3(caps_switch)"
    include "level5(ralt_switch)"
};
// vim: ft=xkb