~ubuntu-branches/ubuntu/raring/xkeyboard-config/raring

1 by Daniel Stone
Import upstream version 0.6
1
// based on
2
// albanian keyboard layout
3
// done by Pablo Saratxaga <pablo@mandrakesoft.com>
4
//
5
6
partial default alphanumeric_keys
7
xkb_symbols "basic" {
8
9
    include "latin(type3)"
10
1.1.13 by Cyril Brulebois
Import upstream version 2.3
11
    name[Group1]="Albanian";
1 by Daniel Stone
Import upstream version 0.6
12
13
    key <AE01>	{ [         1,     exclam,   asciitilde,   dead_tilde ]	};
14
    key <AE02>	{ [         2,   quotedbl,   dead_caron,    oneeighth ]	};
15
    key <AE03>	{ [         3, numbersign, dead_circumflex,  sterling ]	};
16
    key <AE04>	{ [         4,     dollar,   dead_breve,       dollar ]	};
17
    key <AE05>	{ [         5,    percent, dead_abovering, threeeighths] };
18
    key <AE06>	{ [         6, asciicircum,  dead_ogonek, fiveeighths ]	};
19
    key <AE07>	{ [         7,  ampersand,        grave,   dead_grave ]	};
20
    key <AE08>	{ [         8,   asterisk, dead_abovedot,   trademark ]	};
21
    key <AE09>	{ [         9,  parenleft,   dead_acute,    plusminus ]	};
22
    key <AE10>	{ [         0, parenright, dead_doubleacute,   degree ]	};
23
    key <AE11>	{ [     minus, underscore, dead_diaeresis, questiondown] };
24
25
    key <AD03>	{ [         e,          E,     EuroSign,     EuroSign ]	};
26
    key <AD11>	{ [  ccedilla,   Ccedilla,     division, dead_abovering ] };
27
    key <AD12>	{ [        at, apostrophe,     multiply,  dead_macron ]	};
28
29
    key <AC02>	{ [         s,          S,      dstroke,      section ]	};
30
    key <AC03>	{ [         d,          D,      Dstroke,          ETH ]	};
31
    key <AC10>	{ [ediaeresis, Ediaeresis,   dollar, dead_doubleacute ]	};
32
    key <AC11>	{ [bracketleft,  braceleft,      ssharp,   dead_caron ]	};
33
    key <TLDE>	{ [ backslash,        bar,      notsign,      notsign ]	};
34
35
    key <BKSL>	{ [bracketright, braceright,   currency,   dead_breve ]	};
36
    key <AB08>	{ [     comma,  semicolon,         less,     multiply ]	};
37
    key <AB09>	{ [    period,      colon,      greater,     division ]	};
38
    key <AB10>	{ [     slash,   question, dead_belowdot, dead_abovedot ] };
39
40
    include "level3(ralt_switch)"
41
};