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