Jan Krupa | 3751e72 | 2013-10-16 14:40:04 +0200 | [diff] [blame] | 1 | include common |
| 2 | |
| 3 | # Czech qwertz layout |
| 4 | # comments are czech descriptions of the characters |
| 5 | |
| 6 | # ----------- |
| 7 | # First row |
| 8 | # ----------- |
| 9 | |
| 10 | # strednik, kolecko |
| 11 | semicolon 0x29 |
| 12 | dead_abovering 0x29 shift |
| 13 | |
| 14 | # numbers |
| 15 | plus 0x2 |
| 16 | 1 0x2 shift |
| 17 | ecaron 0x3 |
| 18 | 2 0x3 shift |
| 19 | scaron 0x4 |
| 20 | 3 0x4 shift |
| 21 | ccaron 0x5 |
| 22 | 4 0x5 shift |
| 23 | rcaron 0x6 |
| 24 | 5 0x6 shift |
| 25 | zcaron 0x7 |
| 26 | 6 0x7 shift |
| 27 | yacute 0x8 |
| 28 | 7 0x8 shift |
| 29 | aacute 0x9 |
| 30 | 8 0x9 shift |
| 31 | iacute 0xa |
| 32 | 9 0xa shift |
| 33 | eacute 0xb |
| 34 | 0 0xb shift |
| 35 | |
| 36 | # rovnitko |
| 37 | equal 0x0c |
| 38 | percent 0x0c shift |
| 39 | |
| 40 | # carka, hacek |
| 41 | dead_acute 0x0d |
| 42 | dead_caron 0x0d shift |
| 43 | |
| 44 | # ------------ |
| 45 | # Second row |
| 46 | # ------------ |
| 47 | |
| 48 | z 0x15 addupper |
| 49 | |
| 50 | # u s carkou, zpetne lomitko |
| 51 | uacute 0x1a |
| 52 | slash 0x1a shift |
| 53 | |
| 54 | # prava zavorka, leva zavorka |
| 55 | parenright 0x1b |
| 56 | parenleft 0x1b shift |
| 57 | |
| 58 | # ----------- |
| 59 | # Third row |
| 60 | # ----------- |
| 61 | |
| 62 | # u s krouzkem, uvozovky |
| 63 | uring 0x27 |
| 64 | quotedbl 0x27 shift |
| 65 | |
| 66 | # paragraf, vykricnik |
| 67 | section 0x28 |
| 68 | exclam 0x28 shift |
| 69 | |
| 70 | # vodorovna dvojtecka, apostrof |
| 71 | dead_diaeresis 0x2b |
| 72 | apostrophe 0x2b shift |
| 73 | |
| 74 | # ------------ |
| 75 | # Fourth row |
| 76 | # ------------ |
| 77 | |
| 78 | # zpetne lomitko, roura |
| 79 | backslash 0x2b |
| 80 | bar 0x2b shift |
| 81 | |
| 82 | y 0x2c addupper |
| 83 | |
| 84 | # carka, otaznik |
| 85 | comma 0x33 |
| 86 | question 0x33 shift |
| 87 | |
| 88 | # tecka, dvojtecka |
| 89 | period 0x34 |
| 90 | colon 0x34 shift |
| 91 | |
| 92 | # minus, podtrzitko |
| 93 | minus 0x35 |
| 94 | underscore 0x35 shift |