Home | History | Annotate | Download | only in raw
      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 (EU based + Sami) keyboard layout.
     17 #
     18 
     19 type OVERLAY
     20 
     21 map key 86 PLUS
     22 
     23 ### ROW 1
     24 
     25 key GRAVE {
     26     label:                              '|'
     27     base:                               '|'
     28     shift:                              '\u00a7'
     29 }
     30 
     31 key 1 {
     32     label:                              '1'
     33     base:                               '1'
     34     shift:                              '!'
     35 }
     36 
     37 key 2 {
     38     label:                              '2'
     39     base:                               '2'
     40     shift:                              '"'
     41     ralt:                               '@'
     42 }
     43 
     44 key 3 {
     45     label:                              '3'
     46     base:                               '3'
     47     shift:                              '#'
     48     ralt:                               '\u00a3'
     49 }
     50 
     51 key 4 {
     52     label:                              '4'
     53     base:                               '4'
     54     shift:                              '\u00a4'
     55     ralt:                               '$'
     56 }
     57 
     58 key 5 {
     59     label:                              '5'
     60     base:                               '5'
     61     shift:                              '%'
     62     ralt:                               '\u20ac'
     63 }
     64 
     65 key 6 {
     66     label:                              '6'
     67     base:                               '6'
     68     shift:                              '&'
     69 }
     70 
     71 key 7 {
     72     label:                              '7'
     73     base:                               '7'
     74     shift:                              '/'
     75     ralt:                               '{'
     76 }
     77 
     78 key 8 {
     79     label:                              '8'
     80     base:                               '8'
     81     shift:                              '('
     82     ralt:                               '['
     83 }
     84 
     85 key 9 {
     86     label:                              '9'
     87     base:                               '9'
     88     shift:                              ')'
     89     ralt:                               ']'
     90 }
     91 
     92 key 0 {
     93     label:                              '0'
     94     base:                               '0'
     95     shift:                              '='
     96     ralt:                               '}'
     97 }
     98 
     99 key MINUS {
    100     label:                              '+'
    101     base:                               '+'
    102     shift:                              '?'
    103 }
    104 
    105 key EQUALS {
    106     label:                              '\\'
    107     base:                               '\\'
    108     shift:                              '\u0300'
    109     ralt:                               '\u0301'
    110 }
    111 
    112 ### ROW 2
    113 
    114 key Q {
    115     label:                              'Q'
    116     base:                               'q'
    117     shift, capslock:                    'Q'
    118     ralt:                               '\u00e2'
    119     ralt+capslock, shift+ralt:          '\u00c2'
    120 }
    121 
    122 key W {
    123     label:                              'W'
    124     base:                               'w'
    125     shift, capslock:                    'W'
    126 }
    127 
    128 key E {
    129     label:                              'E'
    130     base:                               'e'
    131     shift, capslock:                    'E'
    132     ralt:                               '\u20ac'
    133     ralt+capslock:                      '\u20ac'
    134 }
    135 
    136 key R {
    137     label:                              'R'
    138     base:                               'r'
    139     shift, capslock:                    'R'
    140 }
    141 
    142 key T {
    143     label:                              'T'
    144     base:                               't'
    145     shift, capslock:                    'T'
    146     ralt:                               '\u0167'
    147     ralt+capslock, shift+ralt:          '\u0166'
    148 }
    149 
    150 key Y {
    151     label:                              'Y'
    152     base:                               'y'
    153     shift, capslock:                    'Y'
    154 }
    155 
    156 key U {
    157     label:                              'U'
    158     base:                               'u'
    159     shift, capslock:                    'U'
    160 }
    161 
    162 key I {
    163     label:                              'I'
    164     base:                               'i'
    165     shift, capslock:                    'I'
    166     ralt:                               '\u00ef'
    167     ralt+capslock, shift+ralt:          '\u00cf'
    168 }
    169 
    170 key O {
    171     label:                              'O'
    172     base:                               'o'
    173     shift, capslock:                    'O'
    174     ralt:                               '\u00f5'
    175     ralt+capslock, shift+ralt:          '\u00d5'
    176 }
    177 
    178 key P {
    179     label:                              'P'
    180     base:                               'p'
    181     shift, capslock:                    'P'
    182 }
    183 
    184 key LEFT_BRACKET {
    185     label:                              '\u00c5'
    186     base:                               '\u00e5'
    187     shift, capslock:                    '\u00c5'
    188 }
    189 
    190 key RIGHT_BRACKET {
    191     label:                              '\u00a8'
    192     base:                               '\u0308'
    193     shift:                              '\u0302'
    194     ralt:                               '\u0303'
    195 }
    196 
    197 ### ROW 3
    198 
    199 key A {
    200     label:                              'A'
    201     base:                               'a'
    202     shift, capslock:                    'A'
    203     ralt:                               '\u00e1'
    204     ralt+capslock, shift+ralt:          '\u00c1'
    205 }
    206 
    207 key S {
    208     label:                              'S'
    209     base:                               's'
    210     shift, capslock:                    'S'
    211     ralt:                               '\u0161'
    212     ralt+capslock, shift+ralt:          '\u0160'
    213 }
    214 
    215 key D {
    216     label:                              'D'
    217     base:                               'd'
    218     shift, capslock:                    'D'
    219     ralt:                               '\u0111'
    220     ralt+capslock, shift+ralt:          '\u0110'
    221 }
    222 
    223 key F {
    224     label:                              'F'
    225     base:                               'f'
    226     shift, capslock:                    'F'
    227     ralt:                               '\u01e5'
    228     ralt+capslock, shift+ralt:          '\u01e4'
    229 }
    230 
    231 key G {
    232     label:                              'G'
    233     base:                               'g'
    234     shift, capslock:                    'G'
    235     ralt:                               '\u01e7'
    236     ralt+capslock, shift+ralt:          '\u01e6'
    237 }
    238 
    239 key H {
    240     label:                              'H'
    241     base:                               'h'
    242     shift, capslock:                    'H'
    243     ralt:                               '\u021f'
    244     ralt+capslock, shift+ralt:          '\u021e'
    245 }
    246 
    247 key J {
    248     label:                              'J'
    249     base:                               'j'
    250     shift, capslock:                    'J'
    251 }
    252 
    253 key K {
    254     label:                              'K'
    255     base:                               'k'
    256     shift, capslock:                    'K'
    257     ralt:                               '\u01e9'
    258     ralt+capslock, shift+ralt:          '\u01e8'
    259 }
    260 
    261 key L {
    262     label:                              'L'
    263     base:                               'l'
    264     shift, capslock:                    'L'
    265 }
    266 
    267 key SEMICOLON {
    268     label:                              '\u00d8'
    269     base:                               '\u00f8'
    270     shift, capslock:                    '\u00d8'
    271     ralt:                               '\u00f6'
    272     ralt+capslock, shift+ralt:          '\u00d6'
    273 }
    274 
    275 key APOSTROPHE {
    276     label:                              '\u00c6'
    277     base:                               '\u00e6'
    278     shift, capslock:                    '\u00c6'
    279     ralt:                               '\u00e4'
    280     ralt+capslock, shift+ralt:          '\u00c4'
    281 }
    282 
    283 key BACKSLASH {
    284     label:                              '\''
    285     base:                               '\''
    286     shift:                              '*'
    287 }
    288 
    289 ### ROW 4
    290 
    291 key PLUS {
    292     label:                              '<'
    293     base:                               '<'
    294     shift:                              '>'
    295 }
    296 
    297 key Z {
    298     label:                              'Z'
    299     base:                               'z'
    300     shift, capslock:                    'Z'
    301     ralt:                               '\u017e'
    302     ralt+capslock, shift+ralt:          '\u017d'
    303 }
    304 
    305 key X {
    306     label:                              'X'
    307     base:                               'x'
    308     shift, capslock:                    'X'
    309 }
    310 
    311 key C {
    312     label:                              'C'
    313     base:                               'c'
    314     shift, capslock:                    'C'
    315     ralt:                               '\u010d'
    316     ralt+capslock, shift+ralt:          '\u010c'
    317 }
    318 
    319 key V {
    320     label:                              'V'
    321     base:                               'v'
    322     shift, capslock:                    'V'
    323     ralt:                               '\u01ef'
    324     ralt+capslock, shift+ralt:          '\u01ee'
    325 }
    326 
    327 key B {
    328     label:                              'B'
    329     base:                               'b'
    330     shift, capslock:                    'B'
    331     ralt:                               '\u0292'
    332     ralt+capslock, shift+ralt:          '\u01b7'
    333 }
    334 
    335 key N {
    336     label:                              'N'
    337     base:                               'n'
    338     shift, capslock:                    'N'
    339     ralt:                               '\u014b'
    340     ralt+capslock, shift+ralt:          '\u014a'
    341 }
    342 
    343 key M {
    344     label:                              'M'
    345     base:                               'm'
    346     shift, capslock:                    'M'
    347     ralt, ralt+capslock:                '\u00b5'
    348 }
    349 
    350 key COMMA {
    351     label:                              ','
    352     base:                               ','
    353     shift:                              ';'
    354 }
    355 
    356 key PERIOD {
    357     label:                              '.'
    358     base:                               '.'
    359     shift:                              ':'
    360 }
    361 
    362 key SLASH {
    363     label:                              '-'
    364     base:                               '-'
    365     shift:                              '_'
    366 }
    367