2019-11-10 17:51:57 +01:00
|
|
|
default partial alphanumeric_keys
|
|
|
|
xkb_symbols "basic" {
|
2019-11-14 12:50:08 +01:00
|
|
|
include "us"
|
2019-11-10 17:51:57 +01:00
|
|
|
include "level3(ralt_switch)"
|
|
|
|
include "ctrl(nocaps)"
|
|
|
|
name[Group1] = "English (US, international with umlaut)";
|
|
|
|
key <AC10> { [ semicolon, colon, odiaeresis, Odiaeresis ] };
|
|
|
|
key <AC11> { [ apostrophe, quotedbl, adiaeresis, Adiaeresis ] };
|
|
|
|
key <AD11> { [ bracketleft, braceleft, aring, Aring ] };
|
|
|
|
};
|