# Copyright (C) 2013 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Greek (EU based) keyboard layout. # type OVERLAY map key 86 PLUS ### ROW 1 key GRAVE { label: '`' base: '`' shift: '~' } key 1 { label: '1' base: '1' shift: '!' } key 2 { label: '2' base: '2' shift: '@' ralt: '\u00b2' } key 3 { label: '3' base: '3' shift: '#' ralt: '\u00b3' } key 4 { label: '4' base: '4' shift: '$' ralt: '\u00a3' } key 5 { label: '5' base: '5' shift: '%' ralt: '\u00a7' } key 6 { label: '6' base: '6' shift: '^' ralt: '\u00b6' } key 7 { label: '7' base: '7' shift: '&' } key 8 { label: '8' base: '8' shift: '*' ralt: '\u00a4' } key 9 { label: '9' base: '9' shift: '(' ralt: '\u00a6' } key 0 { label: '0' base: '0' shift: ')' ralt: '\u00b0' } key MINUS { label: '-' base: '-' shift: '_' ralt: '\u00b1' } key EQUALS { label: '=' base: '=' shift: '+' ralt: '\u00bd' } ### ROW 2 key Q { label: 'Q' base: ';' shift: ':' } key W { label: 'W' base: '\u03c2' shift: '\u0385' } key E { label: 'E' base: '\u03b5' shift, capslock: '\u0395' shift+capslock: '\u03b5' ralt: '\u20ac' } key R { label: 'R' base: '\u03c1' shift, capslock: '\u03a1' shift+capslock: '\u03c1' ralt: '\u00ae' } key T { label: 'T' base: '\u03c4' shift, capslock: '\u03a4' shift+capslock: '\u03c4' } key Y { label: 'Y' base: '\u03c5' shift, capslock: '\u03a5' shift+capslock: '\u03c5' ralt: '\u00a5' } key U { label: 'U' base: '\u03b8' shift, capslock: '\u0398' shift+capslock: '\u03b8' } key I { label: 'I' base: '\u03b9' shift, capslock: '\u0399' shift+capslock: '\u03b9' } key O { label: 'O' base: '\u03bf' shift, capslock: '\u039f' shift+capslock: '\u03bf' } key P { label: 'P' base: '\u03c0' shift, capslock: '\u03a0' shift+capslock: '\u03c0' } key LEFT_BRACKET { label: '[' base: '[' shift: '{' ralt: '\u00ab' } key RIGHT_BRACKET { label: ']' base: ']' shift: '}' ralt: '\u00bb' } ### ROW 3 key A { label: 'A' base: '\u03b1' shift, capslock: '\u0391' shift+capslock: '\u03b1' } key S { label: 'S' base: '\u03c3' shift, capslock: '\u03a3' shift+capslock: '\u03c3' } key D { label: 'D' base: '\u03b4' shift, capslock: '\u0394' shift+capslock: '\u03b4' } key F { label: 'F' base: '\u03c6' shift, capslock: '\u03a6' shift+capslock: '\u03c6' } key G { label: 'G' base: '\u03b3' shift, capslock: '\u0393' shift+capslock: '\u03b3' } key H { label: 'H' base: '\u03b7' shift, capslock: '\u0397' shift+capslock: '\u03b7' } key J { label: 'J' base: '\u03be' shift, capslock: '\u039e' shift+capslock: '\u03be' } key K { label: 'K' base: '\u03ba' shift, capslock: '\u039a' shift+capslock: '\u03ba' } key L { label: 'L' base: '\u03bb' shift, capslock: '\u039b' shift+capslock: '\u03bb' } key SEMICOLON { label: ';' base: '\u0301' #should be \u0384 (greek tonos) shift: '\u0308' ralt: '\u0385' } key APOSTROPHE { label: '\'' base: '\'' shift: '"' } key BACKSLASH { label: '\\' base: '\\' shift: '|' ralt: '\u00ac' } ### ROW 4 key PLUS { label: '<' base: '<' shift: '>' ralt: '\\' shift+ralt: '|' } key Z { label: 'Z' base: '\u03b6' shift, capslock: '\u0396' shift+capslock: '\u03b6' } key X { label: 'X' base: '\u03c7' shift, capslock: '\u03a7' shift+capslock: '\u03c7' } key C { label: 'C' base: '\u03c8' shift, capslock: '\u03a8' shift+capslock: '\u03c8' ralt: '\u00a9' } key V { label: 'V' base: '\u03c9' shift, capslock: '\u03a9' shift+capslock: '\u03c9' } key B { label: 'B' base: '\u03b2' shift, capslock: '\u0392' shift+capslock: '\u03b2' } key N { label: 'N' base: '\u03bd' shift, capslock: '\u039d' shift+capslock: '\u03bd' } key M { label: 'M' base: '\u03bc' shift, capslock: '\u039c' shift+capslock: '\u03bc' } key COMMA { label: ',' base: ',' shift: '<' } key PERIOD { label: '.' base: '.' shift: '>' } key SLASH { label: '/' base: '/' shift: '?' }