/usr/share/X11/xkb/symbols/no is in xkb-data 2.5-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | // based on a keyboard map from an 'xkb/symbols/no' file
partial default alphanumeric_keys
xkb_symbols "basic" {
// Describes the differences between a very simple en_US
// keyboard and a Norwegian keyboard with dead key support
// and all of ISO-8859-1 characters available.
include "latin(type2)"
name[Group1]="Norwegian";
key <AB09> { [ period, colon, ellipsis, periodcentered ] };
key <AB10> { [ minus, underscore, endash, emdash ] };
key <AD04> { [ r, R, registered, trademark ] };
key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
key <AE05> { [ 5, percent, onehalf, 0x1002030 ] };
key <AE11> { [ plus, question, plusminus, questiondown ] };
key <AE12> { [ backslash, dead_grave, dead_acute, notsign ] };
key <AC10> { [ oslash, Ooblique, dead_acute, dead_doubleacute ] };
key <AC11> { [ ae, AE, dead_circumflex, dead_caron] };
key <TLDE> { [ bar, section, brokenbar, paragraph ] };
key <BKSL> { [apostrophe, asterisk, dead_doubleacute, multiply ] };
key <LSGT> { [ less, greater, onehalf, threequarters] };
include "nbsp(level3n)"
include "keypad(ossmath)"
include "kpdl(comma)"
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "nodeadkeys" {
// Modifies the basic Norwegian layout to eliminate dead keys
include "no(basic)"
name[Group1]="Norwegian (eliminate dead keys)";
key <AE12> { [ backslash, grave, acute, ogonek ] };
key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
key <AC10> { [ oslash, Ooblique, acute, doubleacute ] };
key <AC11> { [ ae, AE, asciicircum, caron ] };
key <AB08> { [ comma, semicolon, cedilla, ogonek ] };
key <AB09> { [ period, colon, periodcentered, abovedot ] };
};
// Norwegian Dvorak
partial alphanumeric_keys
xkb_symbols "dvorak" {
include "us(dvorak)"
name[Group1]="Norwegian (Dvorak)";
key <TLDE> { [ bar, section, brokenbar, paragraph ] };
key <AE01> { [ 1, exclam, exclamdown, onesuperior ] };
key <AE02> { [ 2, quotedbl, at, twosuperior ] };
key <AE03> { [ 3, numbersign, sterling, threesuperior ] };
key <AE04> { [ 4, dollar, currency,onequarter ] };
key <AE05> { [ 5, percent, onehalf, onehalf ] };
key <AE06> { [ 6, ampersand, threequarters, threequarters ] };
key <AE07> { [ 7, slash, braceleft, division ] };
key <AE08> { [ 8, parenleft, bracketleft ] };
key <AE09> { [ 9, parenright, bracketright ] };
key <AE10> { [ 0, equal, braceright ] };
key <AE11> { [ plus, question, plusminus, questiondown ] };
key <AE12> { [ backslash, grave, dead_acute, dead_grave ] };
key <AD01> { [ aring, Aring, braceright, bracketright ] };
key <AD02> { [ comma, semicolon, dead_cedilla, cedilla ] };
key <AD03> { [ period, colon, periodcentered ] };
key <AD04> { [ p, P, thorn, THORN ] };
key <AD05> { [ y, Y, yen ] };
key <AD06> { [ f, F, ordfeminine ] };
key <AD08> { [ c, C, ccedilla, copyright ] };
key <AD09> { [ r, R, registered ] };
key <AD11> { [ apostrophe, asterisk, dead_circumflex, acute ] };
key <AD12> { [dead_diaeresis, dead_circumflex, dead_tilde, dead_caron ] };
key <AC03> { [ e, E, EuroSign, cent ] };
key <AC05> { [ i, I, idotless, Iabovedot] };
key <AC06> { [ d, D, eth, ETH ] };
key <AC10> { [ s, S, ssharp ] };
key <AC11> { [ minus, underscore, hyphen, diaeresis] };
key <AB01> { [ ae, AE, braceleft, bracketleft] };
key <AB05> { [ x, X, multiply ] };
key <AB07> { [ m, M, mu ] };
key <BKSL> { [ less, greater, guillemotleft, guillemotright ] };
key <SPCE> { [ space, space, nobreakspace, nobreakspace] };
key <LSGT> { [ oslash, Ooblique, bar, backslash ] };
// fixed https://bugs.freedesktop.org/show_bug.cgi?id=4397
include "level3(ralt_switch)"
};
// based on
// Northern Sami keyboards for Finland, Norway and Sweden
//
// Describes the differences between a very simple en_US
// keyboard and a Norwegian Northern Sami keyboard (with
// dead key support) according to the spec on
// http://www.hum.uit.no/a/trond/se-lat9-no-keys.html
// Written by Børre Gaup <boerre.gaup@pc.nu>
//
partial alphanumeric_keys
xkb_symbols "smi" {
include "latin"
name[Group1]= "Northern Saami (Norway)";
key <AE01> { [ 1, exclam, copyright, exclamdown ] };
key <AE02> { [ 2, quotedbl, at, registered ] };
key <AE03> { [ 3, numbersign, sterling, less ] };
key <AE04> { [ 4, dollar, dollar, greater ] };
key <AE05> { [ 5, percent, U2022, U2030 ] };
key <AE06> { [ 6, ampersand, section, paragraph ] };
key <AE07> { [ 7, slash, braceleft, bar ] };
key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
key <AE09> { [ 9, parenright, bracketright, braceright ] };
key <AE10> { [ 0, equal, braceright, notequal ] };
key <AE11> { [ plus, question, division, questiondown ] };
key <AE12> { [ backslash, grave, acute, asciitilde ] };
key <AD01> { [ aacute, Aacute, q, Q ] };
key <AD02> { [ scaron, Scaron, w, W ] };
key <AD03> { [ e, E, eacute, Eacute ] };
key <AD04> { [ r, R, registered, trademark ] };
key <AD06> { [ y, Y, yacute, Yacute ] };
key <AD07> { [ u, U, udiaeresis, Udiaeresis ] };
key <AD08> { [ i, I, idiaeresis, Idiaeresis ] };
key <AD09> { [ o, O, oe, OE ] };
key <AD11> { [ aring, Aring, acircumflex, Acircumflex ] };
key <AD12> { [ eng, ENG, quotedbl, asciicircum ] };
key <AC01> { [ a, A, agrave, Agrave ] };
key <AC02> { [ s, S, ssharp, apostrophe ] };
key <AC04> { [ f, F, ordfeminine, ordfeminine ] };
key <AC05> { [ g, G, gcaron, Gcaron ] };
key <AC06> { [ h, H, U01E5, U01E4 ] };
key <AC07> { [ j, J, notsign, multiply ] };
key <AC08> { [ k, K, U01E9, U01E8 ] };
key <AC09> { [ l, L, degree, hyphen ] };
key <AC10> { [ oslash, Ooblique, odiaeresis, Odiaeresis ] };
key <AC11> { [ ae, AE, adiaeresis, Adiaeresis ] };
key <TLDE> { [ bar, section, brokenbar, paragraph ] };
key <BKSL> { [ dstroke, Dstroke, apostrophe, asterisk ] };
key <AB01> { [ z, Z, U0292, U01B7 ] };
key <AB02> { [ ccaron, Ccaron, x, X ] };
key <AB03> { [ c, C, ccedilla, Ccedilla ] };
key <AB04> { [ v, V, lessthanequal, guillemotleft ] };
key <AB05> { [ b, B, greaterthanequal, guillemotright ] };
key <AB06> { [ n, N, leftsinglequotemark, leftdoublequotemark ] };
key <AB07> { [ m, M, rightsinglequotemark, rightdoublequotemark ] };
key <AB08> { [ comma, semicolon, singlelowquotemark, doublelowquotemark ] };
key <AB09> { [ period, colon, ellipsis, periodcentered ] };
key <AB10> { [ minus, underscore, endash, emdash ] };
key <LSGT> { type[Group1] = "FOUR_LEVEL",
[ zcaron, Zcaron, U01EF, U01EE ] };
include "level3(ralt_switch)"
};
partial alphanumeric_keys
xkb_symbols "smi_nodeadkeys" {
// Modifies the basic Norwegian layout to eliminate dead keys
include "no(smi)"
name[Group1]= "Northern Saami (Norway, eliminate dead keys)";
key <AE12> { [ backslash, grave, acute, ogonek ] };
};
// Copied from macintosh_vndr/no
partial alphanumeric_keys
xkb_symbols "mac" {
// Describes the differences between a very simple en_US
// keyboard and a very simple Norwegian keybaord
include "latin(type4)"
name[Group1]= "Norwegian (Macintosh)";
key <TLDE> { [ bar, section ] };
key <AE03> { [ 3, numbersign, sterling, sterling ] };
key <AE04> { [ 4, currency, dollar, dollar ] };
key <AE06> { [ 6, ampersand, threequarters, fiveeighths ] };
key <AE07> { [ 7, slash, bar, backslash ] };
key <AE08> { [ 8, parenleft, bracketleft, braceleft ] };
key <AE09> { [ 9, parenright, bracketright, braceright ] };
key <AC10> { [ oslash, Ooblique, odiaeresis, Odiaeresis ] };
key <AE11> { [ plus, question ] };
key <AC11> { [ ae, AE ] };
key <AD11> { [ aring, Aring ] };
key <AE12> { [ dead_grave, dead_acute, acute, dead_ogonek ] };
key <AD12> { [ diaeresis, asciicircum, asciitilde, dead_macron ] };
key <BKSL> { [ at, asterisk ] };
};
partial alphanumeric_keys
xkb_symbols "mac_nodeadkeys" {
// Modifies the basic Norwegian layout to eliminate dead keys
include "no(mac)"
name[Group1]= "Norwegian (Macintosh, eliminate dead keys)";
key <AE12> { [ grave, acute, acute, ogonek ] };
key <AD12> { [ diaeresis, asciicircum, asciitilde, macron ] };
};
|