first feed-in of the layouts. The revolution is coming
[xorg/xkeyboard-config] / symbols / si
1
2 // based on
3 // Slovenian keyboards
4 // by Marko Samastur (markos@elite.org) and
5 // Primoz Peterlin (primoz.peterlin@biofiz.mf.uni-lj.si)
6 //
7 // $XFree86: xc/programs/xkbcomp/symbols/pc/si,v 1.3 2003/02/05 01:38:36 dawes Exp $
8
9 default partial alphanumeric_keys
10 xkb_symbols "basic" {
11
12     include "pc/latin(type3)"
13
14     name[Group1]="Slovene";
15
16     key <AE01>  { [         1,     exclam,   asciitilde,   dead_tilde ] };
17     key <AE02>  { [         2,   quotedbl,   dead_caron,        caron ] };
18     key <AE03>  { [         3, numbersign,  asciicircum, dead_circumflex ] };
19     key <AE04>  { [         4,     dollar,   dead_breve,        breve ] };
20     key <AE05>  { [         5,    percent,       degree, dead_abovering ] };
21     key <AE06>  { [         6,  ampersand,  dead_ogonek,       ogonek ] };
22     key <AE07>  { [         7,      slash,        grave,   dead_grave ] };
23     key <AE08>  { [         8,  parenleft, dead_abovedot,    abovedot ] };
24     key <AE09>  { [         9, parenright,   dead_acute,   apostrophe ] };
25     key <AE10>  { [         0,      equal, dead_doubleacute, doubleacute ] };
26     key <AE11>  { [apostrophe,   question, dead_diaeresis,  diaeresis ] };
27     key <AE12>  { [      plus,   asterisk, dead_cedilla,      cedilla ] };
28
29     key <AD03>  { [         e,          E,     EuroSign,     EuroSign ] };
30     key <AD11>  { [    scaron,     Scaron,     division, dead_abovering ] };
31     key <AD12>  { [   dstroke,    Dstroke,     multiply,  dead_macron ] };
32
33     key <AC10>  { [    ccaron,     Ccaron,   dead_acute, dead_doubleacute ] };
34     key <AC11>  { [    cacute,     Cacute,       ssharp,   dead_caron ] };
35
36     key <AB10>  { [     minus, underscore, dead_belowdot, dead_abovedot ] };
37
38     key <TLDE>  { [dead_cedilla, dead_diaeresis, notsign,     notsign ] };
39
40     key <BKSL>  { [    zcaron,     Zcaron,     currency,   dead_breve ] };
41
42     key <KPDL>  { [ KP_Delete, KP_Separator ]   };
43
44     include "level3(ralt_switch_multikey)"
45 };
46