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