se revision 154daed1
1// $XConsortium: se /main/3 1996/08/31 12:20:15 kaleb $
2// $XFree86: xc/programs/xkbcomp/symbols/macintosh/se,v 1.1 2000/09/19 12:46:26 eich Exp $
3partial default alphanumeric_keys 
4xkb_symbols "basic" {
5
6    // Describes the differences between a very simple en_US
7    // keyboard and a very simple Swedish(Sweden) keybaord
8
9    include "latin"
10
11    name[Group1]= "Sweden - Mac";
12
13    key <TLDE> {	[         section,         degree	]	};
14
15    key <AE01> {	[               1,          exclam,        copyright,      exclamdown	]	};
16    key <AE02> {	[               2,        quotedbl, 	       at,	 oneeighth	]	};
17    key <AE03> {	[               3,      numbersign,         sterling,             yen	]	};
18    key <AE04> {	[               4,        currency, 	   dollar,	      cent	]	};
19    key <AE06> {	[               6,       ampersand     	]	};
20    key <AE07> {	[               7,           slash, 	      bar,       backslash	]	};
21    key <AE08> {	[               8,       parenleft,      bracketleft,       braceleft	]	};
22    key <AE09> {	[               9,      parenright,     bracketright,      braceright	]	};
23    key <AB08> {	[           comma,       semicolon     	]	};
24    key <AE10> {	[               0,           equal     	]	};
25    key <AB09> {	[          period,           colon     	]	};
26    key <AB10> {	[           minus,      underscore     	]	};
27    key	<AC10> {	[      odiaeresis,      Odiaeresis, 	   oslash,	    Ooblique	]	};
28    key <AE11> {	[            plus,        question      ]	};
29    key <AC11> {	[      adiaeresis,      Adiaeresis,               ae,		AE	]	};
30    key <AD11> {	[	    aring,           Aring     	]	};
31    key <AE12> {	[           acute,           grave	]	};
32    key <AD12> {	[       diaeresis,     asciicircum, 	asciitilde			]	};
33    key <BKSL> {	[      apostrophe,        asterisk,               at			]	};
34    key <LSGT> {        [            less,         greater,              bar,       brokenbar      ]       };
35
36    include "kpdl(comma)"
37    include "eurosign(e)"
38    include "level3(ralt_switch)"
39};
40
41
42partial alphanumeric_keys 
43xkb_symbols "nodeadkeys" {
44    include "macintosh_vndr/se(basic)" // for consistent naming
45    name[Group1]= "Sweden - Mac, eliminate dead keys";
46};
47