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