smi to no, fi, se
[xorg/xkeyboard-config] / symbols / fi
1 // based on a keyboard map from an 'xkb/symbols/fi' file
2 //
3 // $XKeyboardConfig$
4 // $XFree86: xc/programs/xkbcomp/symbols/fi,v 1.9 2003/01/29 17:17:31 dawes Exp $
5
6
7 partial default alphanumeric_keys
8 xkb_symbols "basic" {
9     include "latin(type2)"
10     include "fi(fi)"
11 };
12
13 partial alphanumeric_keys
14 xkb_symbols "fi" {
15
16     // a Finnish keyboard with dead key support and all of
17     // ISO-8859-1 and ISO-8859-15 characters available.
18
19     name[Group1]="Finland";
20
21     key <TLDE> { [ section,    onehalf,     onequarter,   threequarters ] };
22     key <LSGT> { [    less,    greater,            bar,       brokenbar ] };
23     // AltGr+<SPCE> is pressed accidentally too often after AltGr+<LSGT>,
24     // hence AltGr+<SPCE> produces now space, not nobreakspace.
25     key <SPCE> { [   space,      space,          space,    nobreakspace ] };
26     key <AE01> { [       1,     exclam,     exclamdown,     onesuperior ] };
27     key <AE02> { [       2,   quotedbl,             at,     twosuperior ] };
28     key <AE03> { [       3, numbersign,       sterling,   threesuperior ] };
29     key <AE04> { [       4,   currency,         dollar,            cent ] };
30     key <AE05> { [       5,    percent,       EuroSign,       masculine ] };
31     key <AE06> { [       6,  ampersand,            yen,     ordfeminine ] };
32     key <AE07> { [       7,      slash,      braceleft,       plusminus ] };
33     key <AE08> { [       8,  parenleft,    bracketleft,   guillemotleft ] };
34     key <AE09> { [       9, parenright,   bracketright,  guillemotright ] };
35     key <AE10> { [       0,      equal,     braceright,          degree ] };
36     key <AB09> { [  period,      colon, periodcentered,         notsign ] };
37     key <AB01> { [       z,          Z,         zcaron,          Zcaron ] };
38     key <AB02> { [       x,          X,       multiply,        division ] };
39     key <AB03> { [       c,          C,      copyright,            cent ] };
40     key <AB05> { [       b,          B,         ssharp,        NoSymbol ] };
41     key <AB06> { [       n,          N,         ntilde,          Ntilde ] };
42     key <AB07> { [       m,          M,             mu,        NoSymbol ] };
43     key <AB10> { [   minus, underscore,         hyphen,          macron ] };
44     key <AC02> { [       s,          S,         scaron,          Scaron ] };
45     key <AC03> { [       d,          D,            eth,             ETH ] };
46     key <AD03> { [       e,          E,       EuroSign,            cent ] };
47     key <AD04> { [       r,          R,     registered,        NoSymbol ] };
48     key <AD05> { [       t,          T,          thorn,           THORN ] };
49     key <AD10> { [       p,          P,      paragraph,        NoSymbol ] };
50     key <AC10> { [ odiaeresis, Odiaeresis,      oslash,        Ooblique ] };
51     key <AE11> { [    plus,      question,   backslash,    questiondown ] };
52     key <AC11> { [ adiaeresis, Adiaeresis,         ae,               AE ] };
53     key <BKSL> { [ apostrophe,   asterisk ] };
54     key <AD11> { [   aring,         Aring,         oe,               OE ] };
55     key <AE12> { [ dead_acute, dead_grave ] };
56     key <AD12> { [ dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ] };
57
58     // End alphanumeric section, begin "Keypad"
59     include "keypad(comma)"
60     // End "Keypad" section
61
62     include "level3(ralt_switch)"
63 };
64
65 partial alphanumeric_keys
66 xkb_symbols "nodeadkeys" {
67     include "latin(type2)"
68     include "latin(type2_nodeadkeys)"
69     include "fi(fi)"
70
71     name[Group1]="Finland - Eliminate dead keys";
72
73     key <AE12> { [ acute, grave ] };
74     key <AD12> { [ diaeresis, asciicircum, asciitilde, caron ] };
75 };
76
77 xkb_symbols "smi" {
78
79     // Describes the differences between a Norwegian Northern Sami
80     // (keyboard with dead key support) and a Swedish/Finnish Sami
81     // keyboard according to the specs at:
82     // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html
83
84     include "no(smi)"
85
86     name[Group1]= "Finland - Northern Saami";
87
88     key <AC10>  { [odiaeresis, Odiaeresis,       oslash,     Ooblique ] };
89     key <AC11>  { [adiaeresis, Adiaeresis,           ae,           AE ] };
90 };