Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type OVERLAY
- map key 12 LEFT_BRACKET
- map key 13 RIGHT_BRACKET
- map key 16 APOSTROPHE
- map key 17 COMMA
- map key 18 PERIOD
- map key 19 P
- map key 20 Y
- map key 21 F
- map key 22 G
- map key 23 C
- map key 24 R
- map key 25 L
- map key 26 SLASH
- map key 27 EQUALS
- map key 30 A
- map key 31 O
- map key 32 E
- map key 33 U
- map key 34 I
- map key 35 D
- map key 36 H
- map key 37 T
- map key 38 N
- map key 39 S
- map key 40 MINUS
- map key 44 SEMICOLON
- map key 45 Q
- map key 46 J
- map key 47 K
- map key 48 X
- map key 49 B
- map key 50 M
- map key 51 W
- map key 52 V
- map key 53 Z
- ### ROW 1
- key GRAVE {
- label: '`'
- # ` (accent)
- base: '\u0300'
- # ~ (accent)
- shift: '\u0303'
- }
- key 1 {
- label: '1'
- base: '1'
- shift: '!'
- # ¡
- ralt: '\u00a1'
- }
- key 2 {
- label: '2'
- base: '2'
- shift: '@'
- }
- key 3 {
- label: '3'
- base: '3'
- shift: '#'
- }
- key 4 {
- label: '4'
- base: '4'
- shift: '$'
- # £
- ralt: '\u00a3'
- }
- key 5 {
- label: '5'
- base: '5'
- shift: '%'
- # €
- ralt: '\u20ac'
- }
- key 6 {
- label: '6'
- base: '6'
- # ^ (accent)
- shift: '\u0302'
- }
- key 7 {
- label: '7'
- base: '7'
- shift: '&'
- }
- key 8 {
- label: '8'
- base: '8'
- shift: '*'
- }
- key 9 {
- label: '9'
- base: '9'
- shift: '('
- # ‘
- ralt: '\u2018'
- }
- key 0 {
- label: '0'
- base: '0'
- shift: ')'
- # ’
- ralt: '\u2019'
- # °
- ralt+shift: '\u00b0'
- }
- key LEFT_BRACKET {
- label: '['
- base: '['
- shift: '{'
- # «
- ralt: '\u00ab'
- }
- key RIGHT_BRACKET {
- label: ']'
- base: ']'
- shift: '}'
- # »
- ralt: '\u00bb'
- }
- ### ROW 2
- key APOSTROPHE {
- label: '\''
- # ´ (accent)
- base: '\u0301'
- # ¨ (accent)
- shift: '\u0308'
- shift+alt: '"'
- ralt: '\''
- }
- key COMMA {
- label: ','
- base: ','
- shift: '<'
- # ç
- alt: '\u00e7'
- # Ç
- shift+alt: '\u00c7'
- }
- key PERIOD {
- label: '.'
- base: '.'
- shift: '>'
- }
- key P {
- label: 'P'
- base: 'p'
- shift, capslock: 'P'
- }
- key Y {
- label: 'Y'
- base: 'y'
- shift, capslock: 'Y'
- }
- key F {
- label: 'F'
- base: 'f'
- shift, capslock: 'F'
- }
- key G {
- label: 'G'
- base: 'g'
- shift, capslock: 'G'
- }
- key C {
- label: 'C'
- base: 'c'
- shift, capslock: 'C'
- }
- key R {
- label: 'R'
- base: 'r'
- shift, capslock: 'R'
- }
- key L {
- label: 'L'
- base: 'l'
- shift, capslock: 'L'
- # ø
- ralt: '\u00f8'
- # Ø
- ralt+shift: '\u00d8'
- }
- key SLASH {
- label: '/'
- base: '/'
- shift: '?'
- # ¿
- ralt: '\u00bf'
- }
- key EQUALS {
- label: '='
- base: '='
- shift: '+'
- }
- key BACKSLASH {
- label: '\\'
- base: '\\'
- shift: '|'
- # ¬
- ralt: '\u00ac'
- # ¦
- ralt+shift: '\u00a6'
- }
- ### ROW 3
- key A {
- label: 'A'
- base: 'a'
- shift, capslock: 'A'
- }
- key O {
- label: 'O'
- base: 'o'
- shift, capslock: 'O'
- }
- key E {
- label: 'E'
- base: 'e'
- shift, capslock: 'E'
- }
- key U {
- label: 'U'
- base: 'u'
- shift, capslock: 'U'
- }
- key I {
- label: 'I'
- base: 'i'
- shift, capslock: 'I'
- }
- key D {
- label: 'D'
- base: 'd'
- shift, capslock: 'D'
- # ð
- ralt: '\u00f0'
- # Ð
- ralt+shift: '\u00d0'
- }
- key H {
- label: 'H'
- base: 'h'
- shift, capslock: 'H'
- }
- key T {
- label: 'T'
- base: 't'
- shift, capslock: 'T'
- # þ
- ralt: '\u00fe'
- # Þ
- ralt+shift: '\u00de'
- }
- key N {
- label: 'N'
- base: 'n'
- shift, capslock: 'N'
- # ñ
- ralt: '\u00f1'
- # Ñ
- ralt+shift: '\u00d1'
- }
- key S {
- label: 'S'
- base: 's'
- shift, capslock: 'S'
- }
- key MINUS {
- label: '-'
- base: '-'
- shift: '_'
- }
- ### ROW 4
- key SEMICOLON {
- label: ';'
- base: ';'
- shift: ':'
- # ¶
- ralt: '\u00b6'
- }
- key Q {
- label: 'Q'
- base: 'q'
- shift, capslock: 'Q'
- }
- key J {
- label: 'J'
- base: 'j'
- shift, capslock: 'J'
- }
- key K {
- label: 'K'
- base: 'k'
- shift, capslock: 'K'
- }
- key X {
- label: 'X'
- base: 'x'
- shift, capslock: 'X'
- }
- key B {
- label: 'B'
- base: 'b'
- shift, capslock: 'B'
- }
- key M {
- label: 'M'
- base: 'm'
- shift, capslock: 'M'
- # µ
- ralt: '\u03bc'
- }
- key W {
- label: 'W'
- base: 'w'
- shift, capslock: 'W'
- }
- key V {
- label: 'V'
- base: 'v'
- shift, capslock: 'V'
- }
- key Z {
- label: 'Z'
- base: 'z'
- shift, capslock: 'Z'
- }
Advertisement
Add Comment
Please, Sign In to add comment