fi revision 21fe479e
1//
2// X keyboard maps for Finland
3//
4// SFS 5966 / Kotoistus keymap created by Troy Korjuslommi
5// Classic keymap based on traditional by Marko Myllynen
6// Eliminate deadkeys alternative sent by Linus Torvalds
7//
8
9default  partial alphanumeric_keys
10xkb_symbols "kotoistus" {
11
12    // Official keymap for Finland based on SFS 5966 standard
13    //
14    // This keymap implements all the functionality of Annex 1
15    // of the standard and additionally defines the following to
16    // allow entering these characters with keyboards without LSGT.
17    //
18    // AE08+4, U+003C : LESS-THAN SIGN     (less)
19    // AE09+4, U+003E : GREATER-THAN SIGN  (greater)
20    // AD08+4, U+007C : VERTICAL LINE      (bar)
21    //
22    // Annex 3 of the standard is implemented in fi_FI.UTF-8/Compose
23
24    name[Group1]="Finnish";
25
26    key <TLDE> { [  section,         onehalf,          dead_stroke,           NoSymbol              ] };
27    key <AE01> { [  1,               exclam,           NoSymbol,              exclamdown            ] };
28    key <AE02> { [  2,               quotedbl,         at,                    rightdoublequotemark  ] };
29    key <AE03> { [  3,               numbersign,       sterling,              guillemotright        ] };
30    key <AE04> { [  4,               currency,         dollar,                guillemotleft         ] };
31    key <AE05> { [  5,               percent,          permille,              leftdoublequotemark   ] };
32    key <AE06> { [  6,               ampersand,        singlelowquotemark,    doublelowquotemark    ] };
33    key <AE07> { [  7,               slash,            braceleft,             NoSymbol              ] };
34    key <AE08> { [  8,               parenleft,        bracketleft,           less                  ] };
35    key <AE09> { [  9,               parenright,       bracketright,          greater               ] };
36    key <AE10> { [  0,               equal,            braceright,            degree                ] };
37    key <AE11> { [  plus,            question,         backslash,             questiondown          ] };
38    key <AE12> { [  dead_acute,      dead_grave,       dead_cedilla,          dead_ogonek           ] };
39
40    key <AD01> { [  q,               Q,                q,                     Q                     ] };
41    key <AD02> { [  w,               W,                w,                     W                     ] };
42    key <AD03> { [  e,               E,                EuroSign,              NoSymbol              ] };
43    key <AD04> { [  r,               R,                r,                     R                     ] };
44    key <AD05> { [  t,               T,                thorn,                 THORN                 ] };
45    key <AD06> { [  y,               Y,                y,                     Y                     ] };
46    key <AD07> { [  u,               U,                u,                     U                     ] };
47    key <AD08> { [  i,               I,                idotless,              bar                   ] };
48    key <AD09> { [  o,               O,                oe,                    OE                    ] };
49    key <AD10> { [  p,               P,                dead_horn,             dead_hook             ] };
50    key <AD11> { [  aring,           Aring,            dead_doubleacute,      dead_abovering        ] };
51    key <AD12> { [  dead_diaeresis,  dead_circumflex,  dead_tilde,            dead_macron           ] };
52
53    key <AC01> { [  a,               A,                schwa,                 SCHWA                 ] };
54    key <AC02> { [  s,               S,                ssharp,                NoSymbol              ] };
55    key <AC03> { [  d,               D,                eth,                   ETH                   ] };
56    key <AC04> { [  f,               F,                f,                     F                     ] };
57    key <AC05> { [  g,               G,                g,                     G                     ] };
58    key <AC06> { [  h,               H,                h,                     H                     ] };
59    key <AC07> { [  j,               J,                j,                     J                     ] };
60    key <AC08> { [  k,               K,                kra,                   NoSymbol              ] };
61    key <AC09> { [  l,               L,                dead_stroke,           NoSymbol              ] };
62    key <AC10> { [  odiaeresis,      Odiaeresis,       oslash,                Oslash                ] };
63    key <AC11> { [  adiaeresis,      Adiaeresis,       ae,                    AE                    ] };
64    key <BKSL> { [  apostrophe,      asterisk,         dead_caron,            dead_breve            ] };
65
66    key <LSGT> { [  less,            greater,          bar,                   NoSymbol              ] };
67    key <AB01> { [  z,               Z,                ezh,                   EZH                   ] };
68    key <AB02> { [  x,               X,                multiply,              periodcentered        ] };
69    key <AB03> { [  c,               C,                c,                     C                     ] };
70    key <AB04> { [  v,               V,                v,                     V                     ] };
71    key <AB05> { [  b,               B,                b,                     B                     ] };
72    key <AB06> { [  n,               N,                eng,                   ENG                   ] };
73    key <AB07> { [  m,               M,                mu,                    emdash                ] };
74    key <AB08> { [  comma,           semicolon,        rightsinglequotemark,  leftsinglequotemark   ] };
75    key <AB09> { [  period,          colon,            dead_belowdot,         dead_abovedot         ] };
76    key <AB10> { [  minus,           underscore,       endash,                dead_belowcomma       ] };
77
78    include "nbsp(level4)"
79    include "nbsp(level3)"
80    include "kpdl(comma)"
81    include "level3(ralt_switch)"
82};
83
84partial alphanumeric_keys
85xkb_symbols "winkeys" {
86
87    include "fi(kotoistus)"
88    name[Group1]="Finnish (Winkeys)";
89    include "eurosign(5)"
90};
91
92partial alphanumeric_keys
93xkb_symbols "classic" {
94
95    include "fi(fi)"
96
97    name[Group1]="Finnish (classic)";
98};
99
100hidden partial alphanumeric_keys
101xkb_symbols "fi" {
102
103    // Classic Finnish keyboard layout with dead keys
104
105    key <TLDE> { [  section,         onehalf,          onequarter,            threequarters         ] };
106    key <AE01> { [  1,               exclam,           exclamdown,            onesuperior           ] };
107    key <AE02> { [  2,               quotedbl,         at,                    twosuperior           ] };
108    key <AE03> { [  3,               numbersign,       sterling,              threesuperior         ] };
109    key <AE04> { [  4,               currency,         dollar,                cent                  ] };
110    key <AE05> { [  5,               percent,          EuroSign,              masculine             ] };
111    key <AE06> { [  6,               ampersand,        yen,                   ordfeminine           ] };
112    key <AE07> { [  7,               slash,            braceleft,             plusminus             ] };
113    key <AE08> { [  8,               parenleft,        bracketleft,           less                  ] };
114    key <AE09> { [  9,               parenright,       bracketright,          greater               ] };
115    key <AE10> { [  0,               equal,            braceright,            degree                ] };
116    key <AE11> { [  plus,            question,         backslash,             questiondown          ] };
117    key <AE12> { [  dead_acute,      dead_grave,       dead_cedilla,          dead_ogonek           ] };
118
119    key <AD01> { [  q,               Q,                q,                     Q                     ] };
120    key <AD02> { [  w,               W,                w,                     W                     ] };
121    key <AD03> { [  e,               E,                EuroSign,              cent                  ] };
122    key <AD04> { [  r,               R,                registered,            NoSymbol              ] };
123    key <AD05> { [  t,               T,                thorn,                 THORN                 ] };
124    key <AD06> { [  y,               Y,                y,                     Y                     ] };
125    key <AD07> { [  u,               U,                u,                     U                     ] };
126    key <AD08> { [  i,               I,                idotless,              bar                   ] };
127    key <AD09> { [  o,               O,                o,                     O                     ] };
128    key <AD10> { [  p,               P,                paragraph,             NoSymbol              ] };
129    key <AD11> { [  aring,           Aring,            oe,                    OE                    ] };
130    key <AD12> { [  dead_diaeresis,  dead_circumflex,  dead_tilde,            dead_caron            ] };
131
132    key <AC01> { [  a,               A,                schwa,                 SCHWA                 ] };
133    key <AC02> { [  s,               S,                scaron,                Scaron                ] };
134    key <AC03> { [  d,               D,                eth,                   ETH                   ] };
135    key <AC04> { [  f,               F,                f,                     F                     ] };
136    key <AC05> { [  g,               G,                eng,                   ENG                   ] };
137    key <AC06> { [  h,               H,                h,                     H                     ] };
138    key <AC07> { [  j,               J,                j,                     J                     ] };
139    key <AC08> { [  k,               K,                kra,                   NoSymbol              ] };
140    key <AC09> { [  l,               L,                dead_stroke,           NoSymbol              ] };
141    key <AC10> { [  odiaeresis,      Odiaeresis,       oslash,                Oslash                ] };
142    key <AC11> { [  adiaeresis,      Adiaeresis,       ae,                    AE                    ] };
143    key <BKSL> { [  apostrophe,      asterisk,         dead_caron,            dead_breve            ] };
144
145    key <LSGT> { [  less,            greater,          bar,                   brokenbar             ] };
146    key <AB01> { [  z,               Z,                zcaron,                Zcaron                ] };
147    key <AB02> { [  x,               X,                multiply,              division              ] };
148    key <AB03> { [  c,               C,                copyright,             cent                  ] };
149    key <AB04> { [  v,               V,                v,                     V                     ] };
150    key <AB05> { [  b,               B,                ssharp,                NoSymbol              ] };
151    key <AB06> { [  n,               N,                ntilde,                Ntilde                ] };
152    key <AB07> { [  m,               M,                mu,                    NoSymbol              ] };
153    key <AB08> { [  comma,           semicolon,        dead_cedilla,          dead_ogonek           ] };
154    key <AB09> { [  period,          colon,            periodcentered,        notsign               ] };
155    key <AB10> { [  minus,           underscore,       hyphen,                dead_macron           ] };
156
157    include "nbsp(level4)"
158    include "kpdl(comma)"
159    include "level3(ralt_switch)"
160    include "compose(rwin)"
161};
162
163partial alphanumeric_keys
164xkb_symbols "nodeadkeys" {
165
166    // Classic Finnish keyboard layout without dead keys
167
168    include "fi(fi)"
169
170    name[Group1]="Finnish (classic, eliminate dead keys)";
171
172    key <AE12> { [  acute,           grave,            cedilla,               ogonek                ] };
173    key <AD12> { [  diaeresis,       asciicircum,      asciitilde,            caron                 ] };
174    key <AC09> { [  l,               L,                l,                     L                     ] };
175    key <BKSL> { [  apostrophe,      asterisk,         caron,                 breve                 ] };
176    key <AB08> { [  comma,           semicolon,        cedilla,               ogonek                ] };
177    key <AB10> { [  minus,           underscore,       hyphen,                macron                ] };
178};
179
180partial alphanumeric_keys
181xkb_symbols "smi" {
182
183    // Describes the differences between a Norwegian Northern Sami
184    // (keyboard with dead key support) and a Swedish/Finnish Sami
185    // keyboard according to the specs at:
186    // http://www.hum.uit.no/a/trond/se-lat9-sefi-keys.html
187
188    include "no(smi)"
189
190    name[Group1]="Northern Saami (Finland)";
191
192    key <AC10> { [  odiaeresis,      Odiaeresis,       oslash,                Oslash                ] };
193    key <AC11> { [  adiaeresis,      Adiaeresis,       ae,                    AE                    ] };
194};
195
196partial alphanumeric_keys
197xkb_symbols "mac" {
198
199    // Macintosh keyboard for Finland based on Swedish(Macintosh) keyboard
200
201    include "se(mac)"
202
203    name[Group1]="Finnish (Macintosh)";
204};
205
206partial alphanumeric_keys
207xkb_symbols "sun_type6" {
208
209    // Sun Type 6/7 keyboard for Finland
210
211    include "sun_vndr/fi(sun_type6)"
212};
213