1 # Copyright (C) 2012 The Android Open Source Project 2 # 3 # Licensed under the Apache License, Version 2.0 (the "License"); 4 # you may not use this file except in compliance with the License. 5 # You may obtain a copy of the License at 6 # 7 # http://www.apache.org/licenses/LICENSE-2.0 8 # 9 # Unless required by applicable law or agreed to in writing, software 10 # distributed under the License is distributed on an "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 # See the License for the specific language governing permissions and 13 # limitations under the License. 14 15 # 16 # Norwegian keyboard layout. 17 # 18 19 type OVERLAY 20 21 map key 12 SLASH 22 map key 53 MINUS 23 map key 86 PLUS 24 25 ### ROW 1 26 27 key GRAVE { 28 label: '|' 29 base: '|' 30 shift: '\u00a7' 31 } 32 33 key 1 { 34 label: '1' 35 base: '1' 36 shift: '!' 37 } 38 39 key 2 { 40 label: '2' 41 base: '2' 42 shift: '"' 43 ralt: '@' 44 } 45 46 key 3 { 47 label: '3' 48 base: '3' 49 shift: '#' 50 ralt: '\u00a3' 51 } 52 53 key 4 { 54 label: '4' 55 base: '4' 56 shift: '\u00a4' 57 ralt: '$' 58 } 59 60 key 5 { 61 label: '5' 62 base: '5' 63 shift: '%' 64 } 65 66 key 6 { 67 label: '6' 68 base: '6' 69 shift: '&' 70 } 71 72 key 7 { 73 label: '7' 74 base: '7' 75 shift: '/' 76 ralt: '{' 77 } 78 79 key 8 { 80 label: '8' 81 base: '8' 82 shift: '(' 83 ralt: '[' 84 } 85 86 key 9 { 87 label: '9' 88 base: '9' 89 shift: ')' 90 ralt: ']' 91 } 92 93 key 0 { 94 label: '0' 95 base: '0' 96 shift: '=' 97 ralt: '}' 98 } 99 100 key SLASH { 101 label: '+' 102 base: '+' 103 shift: '?' 104 } 105 106 key EQUALS { 107 label: '\\' 108 base: '\\' 109 shift: '\u0300' 110 ralt: '\u0301' 111 } 112 113 ### ROW 2 114 115 key Q { 116 label: 'Q' 117 base: 'q' 118 shift, capslock: 'Q' 119 } 120 121 key W { 122 label: 'W' 123 base: 'w' 124 shift, capslock: 'W' 125 } 126 127 key E { 128 label: 'E' 129 base: 'e' 130 shift, capslock: 'E' 131 ralt: '\u20ac' 132 } 133 134 key R { 135 label: 'R' 136 base: 'r' 137 shift, capslock: 'R' 138 } 139 140 key T { 141 label: 'T' 142 base: 't' 143 shift, capslock: 'T' 144 } 145 146 key Y { 147 label: 'Y' 148 base: 'y' 149 shift, capslock: 'Y' 150 } 151 152 key U { 153 label: 'U' 154 base: 'u' 155 shift, capslock: 'U' 156 } 157 158 key I { 159 label: 'I' 160 base: 'i' 161 shift, capslock: 'I' 162 } 163 164 key O { 165 label: 'O' 166 base: 'o' 167 shift, capslock: 'O' 168 } 169 170 key P { 171 label: 'P' 172 base: 'p' 173 shift, capslock: 'P' 174 } 175 176 key LEFT_BRACKET { 177 label: '\u00c5' 178 base: '\u00e5' 179 shift, capslock: '\u00c5' 180 } 181 182 key RIGHT_BRACKET { 183 label: '\u00a8' 184 base: '\u0308' 185 shift: '\u0302' 186 ralt: '\u0303' 187 } 188 189 ### ROW 3 190 191 key A { 192 label: 'A' 193 base: 'a' 194 shift, capslock: 'A' 195 } 196 197 key S { 198 label: 'S' 199 base: 's' 200 shift, capslock: 'S' 201 } 202 203 key D { 204 label: 'D' 205 base: 'd' 206 shift, capslock: 'D' 207 } 208 209 key F { 210 label: 'F' 211 base: 'f' 212 shift, capslock: 'F' 213 } 214 215 key G { 216 label: 'G' 217 base: 'g' 218 shift, capslock: 'G' 219 } 220 221 key H { 222 label: 'H' 223 base: 'h' 224 shift, capslock: 'H' 225 } 226 227 key J { 228 label: 'J' 229 base: 'j' 230 shift, capslock: 'J' 231 } 232 233 key K { 234 label: 'K' 235 base: 'k' 236 shift, capslock: 'K' 237 } 238 239 key L { 240 label: 'L' 241 base: 'l' 242 shift, capslock: 'L' 243 } 244 245 key SEMICOLON { 246 label: '\u00d8' 247 base: '\u00f8' 248 shift, capslock: '\u00d8' 249 } 250 251 key APOSTROPHE { 252 label: '\u00c6' 253 base: '\u00e6' 254 shift, capslock: '\u00c6' 255 } 256 257 key BACKSLASH { 258 label: '\'' 259 base: '\'' 260 shift: '*' 261 } 262 263 ### ROW 4 264 265 key PLUS { 266 label: '<' 267 base: '<' 268 shift: '>' 269 } 270 271 key Z { 272 label: 'Z' 273 base: 'z' 274 shift, capslock: 'Z' 275 } 276 277 key X { 278 label: 'X' 279 base: 'x' 280 shift, capslock: 'X' 281 } 282 283 key C { 284 label: 'C' 285 base: 'c' 286 shift, capslock: 'C' 287 } 288 289 key V { 290 label: 'V' 291 base: 'v' 292 shift, capslock: 'V' 293 } 294 295 key B { 296 label: 'B' 297 base: 'b' 298 shift, capslock: 'B' 299 } 300 301 key N { 302 label: 'N' 303 base: 'n' 304 shift, capslock: 'N' 305 } 306 307 key M { 308 label: 'M' 309 base: 'm' 310 shift, capslock: 'M' 311 ralt: '\u00b5' 312 } 313 314 key COMMA { 315 label: ',' 316 base: ',' 317 shift: ';' 318 } 319 320 key PERIOD { 321 label: '.' 322 base: '.' 323 shift: ':' 324 } 325 326 key MINUS { 327 label: '-' 328 base: '-' 329 shift: '_' 330 } 331