2 // based on a keyboard map from an 'xkb/symbols/no' file
5 // $XFree86: xc/programs/xkbcomp/symbols/no,v 1.3 2002/12/19 01:07:56 dawes Exp $
7 partial default alphanumeric_keys
10 // Describes the differences between a very simple en_US
11 // keyboard and a Norwegian keyboard with dead key support
12 // and all of ISO-8859-1 characters available.
14 include "latin(type2)"
16 name[Group1]="Norway";
18 key <AE11> { [ plus, question, plusminus, questiondown ] };
19 key <AE12> { [ backslash, dead_grave, dead_acute, notsign ] };
22 key <AC10> { [ oslash, Ooblique, dead_acute, dead_doubleacute ] };
23 key <AC11> { [ ae, AE, dead_circumflex, dead_caron] };
24 key <TLDE> { [ bar, section, brokenbar, paragraph ] };
26 key <BKSL> { [apostrophe, asterisk, dead_doubleacute, multiply ] };
27 key <LSGT> { [ less, greater, onehalf, threequarters] };
29 include "keypad(comma)"
31 include "level3(ralt_switch)"
34 partial alphanumeric_keys
35 xkb_symbols "nodeadkeys" {
37 // Modifies the basic Norwegian layout to eliminate dead keys
41 name[Group1]="Norway - Eliminate dead keys";
43 key <AE12> { [ backslash, grave, acute, ogonek ] };
44 key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
45 key <AC10> { [ oslash, Ooblique, acute, doubleacute ] };
46 key <AC11> { [ ae, AE, asciicircum, caron ] };
47 key <AB08> { [ comma, semicolon, cedilla, ogonek ] };
48 key <AB09> { [ period, colon, periodcentered, abovedot ] };
52 partial alphanumeric_keys
53 xkb_symbols "dvorak" {
56 name[Group1]="Norway - Dvorak";
58 key <TLDE> { [ bar, section, brokenbar, paragraph ] };
60 key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
61 key <AE02> { [ 2, quotedbl, at, twosuperior ] };
62 key <AE03> { [ 3, numbersign, sterling, threesuperior ] };
63 key <AE04> { [ 4, dollar, currency,onequarter ] };
64 key <AE05> { [ 5, percent, onehalf, onehalf ] };
65 key <AE06> { [ 6, ampersand, threequarters, threequarters ] };
66 key <AE07> { [ 7, slash, braceleft, division ] };
67 key <AE08> { [ 8, parenleft, bracketleft ] };
68 key <AE09> { [ 9, parenright, bracketright ] };
69 key <AE10> { [ 0, equal, braceright ] };
70 key <AE11> { [ plus, question, plusminus, questiondown ] };
71 key <AE12> { [ backslash, grave, dead_acute, dead_grave ] };
73 key <AD01> { [ aring, Aring, braceright, bracketright ] };
74 key <AD02> { [ comma, semicolon, dead_cedilla, cedilla ] };
75 key <AD03> { [ period, colon, periodcentered ] };
76 key <AD04> { [ p, P, thorn, THORN ] };
77 key <AD05> { [ y, Y, yen ] };
78 key <AD06> { [ f, F, ordfeminine ] };
79 key <AD08> { [ c, C, ccedilla, copyright ] };
80 key <AD09> { [ r, R, registered ] };
81 key <AD11> { [ apostrophe, asterisk, dead_circumflex, acute ] };
82 key <AD12> { [ asciitilde, asciicircum, dead_diaeresis, dead_tilde ] };
84 key <AC03> { [ e, E, EuroSign, cent ] };
85 key <AC05> { [ i, I, idotless, Iabovedot] };
86 key <AC06> { [ d, D, eth, ETH ] };
87 key <AC10> { [ s, S, ssharp ] };
88 key <AC11> { [ minus, underscore, hyphen, diaeresis] };
90 key <AB01> { [ ae, AE, braceleft, bracketleft] };
91 key <AB05> { [ x, X, multiply ] };
92 key <AB07> { [ m, M, mu ] };
93 key <BKSL> { [ less, greater, guillemotleft, guillemotright ] };
95 key <SPCE> { [ space, space, nobreakspace, nobreakspace] };
97 key <LSGT> { [ oslash, Ooblique, bar, backslash ] };
99 // fixed https://bugs.freedesktop.org/show_bug.cgi?id=4397
100 include "level3(ralt_switch)"
104 // Northern Sami keyboards for Finland, Norway and Sweden
106 // Describes the differences between a very simple en_US
107 // keyboard and a Norwegian Northern Sami keyboard (with
108 // dead key support) according to the spec on
109 // http://www.hum.uit.no/a/trond/se-lat9-no-keys.html
110 // Written by Børre Gaup <boerre.gaup@pc.nu>
112 // $XFree86: xc/programs/xkbcomp/symbols/sapmi,v 1.2 2002/11/22 04:03:28 dawes Exp $
114 partial alphanumeric_keys
118 name[Group1]= "Norway - Northern Saami";
120 key <AE01> { [ 1, exclam, copyright, exclamdown ] };
121 key <AE02> { [ 2, quotedbl, at, registered ] };
122 key <AE03> { [ 3, numbersign, sterling, less ] };
123 key <AE04> { [ 4, dollar, dollar, greater ] };
124 key <AE05> { [ 5, percent, U2022, U2030 ] };
125 key <AE06> { [ 6, ampersand, section, paragraph ] };
126 key <AE07> { [ 7, slash, braceleft, bar ] };
127 key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
128 key <AE09> { [ 9, parenright, bracketright, braceright ] };
129 key <AE10> { [ 0, equal, braceright, notequal ] };
130 key <AE11> { [ plus, question, division, questiondown ] };
131 key <AE12> { [ backslash, grave, acute, asciitilde ] };
133 key <AD01> { [ aacute, Aacute, q, Q ] };
134 key <AD02> { [ scaron, Scaron, w, W ] };
135 key <AD03> { [ e, E, eacute, Eacute ] };
136 key <AD04> { [ r, R, registered, trademark ] };
137 key <AD06> { [ y, Y, yacute, Yacute ] };
138 key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
139 key <AD08> { [ i, I, idiaeresis, Idiaeresis ] };
140 key <AD09> { [ o, O, oe, OE ] };
141 key <AD11> { [ aring, Aring, acircumflex, Acircumflex ] };
142 key <AD12> { [ eng, ENG, quotedbl, asciicircum ] };
144 key <AC01> { [ a, A, agrave, Agrave ] };
145 key <AC02> { [ s, S, ssharp, apostrophe ] };
146 key <AC04> { [ f, F, ordfeminine, ordfeminine ] };
147 key <AC05> { [ g, G, gcaron, Gcaron ] };
148 key <AC06> { [ h, H, U01E5, U01E4 ] };
149 key <AC07> { [ j, J, notsign, multiply ] };
150 key <AC08> { [ k, K, U01E9, U01E8 ] };
151 key <AC09> { [ l, L, degree, hyphen ] };
152 key <AC10> { [ oslash, Ooblique, odiaeresis, Odiaeresis ] };
153 key <AC11> { [ ae, AE, adiaeresis, Adiaeresis ] };
154 key <TLDE> { [ bar, section, brokenbar, paragraph ] };
156 key <BKSL> { [ dstroke, Dstroke, apostrophe, asterisk ] };
157 key <AB01> { [ z, Z, U0292, U01B7 ] };
158 key <AB02> { [ ccaron, Ccaron, x, X ] };
159 key <AB03> { [ c, C, ccedilla, Ccedilla ] };
160 key <AB04> { [ v, V, lessthanequal, guillemotleft ] };
161 key <AB05> { [ b, B, greaterthanequal, guillemotright ] };
162 key <AB06> { [ n, N, leftsinglequotemark, leftdoublequotemark ] };
163 key <AB07> { [ m, M, rightsinglequotemark, rightdoublequotemark ] };
164 key <AB08> { [ comma, semicolon, singlelowquotemark, doublelowquotemark ] };
165 key <AB09> { [ period, colon, ellipsis, periodcentered ] };
166 key <AB10> { [ minus, underscore, endash, emdash ] };
168 key <LSGT> { type[Group1] = "FOUR_LEVEL",
169 [ zcaron, Zcaron, U01EF, U01EE ] };
171 include "level3(ralt_switch)"
174 partial alphanumeric_keys
175 xkb_symbols "smi_nodeadkeys" {
177 // Modifies the basic Norwegian layout to eliminate dead keys
181 name[Group1]= "Norway - Northern Saami, eliminate dead keys";
183 key <AE12> { [ backslash, grave, acute, ogonek ] };