2009-06-06 11:52:23 -06:00
|
|
|
partial default alphanumeric_keys
|
|
|
|
xkb_symbols "basic" {
|
|
|
|
|
|
|
|
// Describes the differences between a very simple en_US
|
2013-10-26 11:49:57 -06:00
|
|
|
// keyboard and a very simple Swedish(Sweden) keyboard.
|
2009-06-06 11:52:23 -06:00
|
|
|
|
|
|
|
include "latin"
|
|
|
|
|
|
|
|
name[Group1]= "Sweden - Mac";
|
|
|
|
|
|
|
|
key <TLDE> { [ section, degree ] };
|
|
|
|
|
|
|
|
key <AE01> { [ 1, exclam, copyright, exclamdown ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <AE02> { [ 2, quotedbl, at, oneeighth ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AE03> { [ 3, numbersign, sterling, yen ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <AE04> { [ 4, currency, dollar, cent ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AE06> { [ 6, ampersand ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <AE07> { [ 7, slash, bar, backslash ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
|
|
|
|
key <AE09> { [ 9, parenright, bracketright, braceright ] };
|
|
|
|
key <AB08> { [ comma, semicolon ] };
|
|
|
|
key <AE10> { [ 0, equal ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <AE11> { [ plus, question ] };
|
|
|
|
key <AE12> { [ acute, grave ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AB09> { [ period, colon ] };
|
|
|
|
key <AB10> { [ minus, underscore ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <AC10> { [ odiaeresis, Odiaeresis, oslash, Ooblique ] };
|
|
|
|
key <AC11> { [ adiaeresis, Adiaeresis, ae, AE ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
key <AD11> { [ aring, Aring ] };
|
|
|
|
key <AD12> { [ diaeresis, asciicircum, asciitilde ] };
|
2013-10-26 11:49:57 -06:00
|
|
|
key <BKSL> { [ apostrophe, asterisk, at ] };
|
|
|
|
key <LSGT> { [ less, greater, bar, brokenbar ] };
|
2009-06-06 11:52:23 -06:00
|
|
|
|
|
|
|
include "kpdl(comma)"
|
|
|
|
include "eurosign(e)"
|
|
|
|
include "level3(ralt_switch)"
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
partial alphanumeric_keys
|
|
|
|
xkb_symbols "nodeadkeys" {
|
|
|
|
include "macintosh_vndr/se(basic)" // for consistent naming
|
|
|
|
name[Group1]= "Sweden - Mac, eliminate dead keys";
|
|
|
|
};
|