Rev | Line | |
---|
[447] | 1 | # Hungarian keyboard layout (QWERTZ) |
---|
| 2 | # Created by: The NeverGone <never@delfin.klte.hu> |
---|
| 3 | |
---|
| 4 | include common |
---|
| 5 | map 0x40e |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | # AltGr keys: |
---|
| 9 | notsign 0x29 altgr |
---|
| 10 | asciitilde 0x02 altgr |
---|
| 11 | caron 0x03 altgr |
---|
| 12 | asciicircum 0x04 altgr |
---|
| 13 | breve 0x05 altgr |
---|
| 14 | degree 0x06 altgr |
---|
| 15 | ogonek 0x07 altgr |
---|
| 16 | grave 0x08 altgr |
---|
| 17 | abovedot 0x09 altgr |
---|
| 18 | acute 0x0a altgr |
---|
| 19 | doubleacute 0x0b altgr |
---|
| 20 | diaeresis 0x0c altgr |
---|
| 21 | cedilla 0x0d altgr |
---|
| 22 | backslash 0x10 altgr |
---|
| 23 | bar 0x11 altgr |
---|
| 24 | EuroSign 0x12 altgr |
---|
| 25 | Iacute 0x17 altgr |
---|
| 26 | division 0x1a altgr |
---|
| 27 | multiply 0x1b altgr |
---|
| 28 | dstroke 0x1f altgr |
---|
| 29 | Dstroke 0x20 altgr |
---|
| 30 | bracketleft 0x21 altgr |
---|
| 31 | bracketright 0x22 altgr |
---|
| 32 | iacute 0x24 altgr |
---|
| 33 | lstroke 0x25 altgr |
---|
| 34 | Lstroke 0x26 altgr |
---|
| 35 | dollar 0x27 altgr |
---|
| 36 | ssharp 0x28 altgr |
---|
| 37 | currency 0x2b altgr |
---|
| 38 | less 0x56 altgr |
---|
| 39 | greater 0x2c altgr |
---|
| 40 | numbersign 0x2d altgr |
---|
| 41 | ampersand 0x2e altgr |
---|
| 42 | at 0x2f altgr |
---|
| 43 | braceleft 0x30 altgr |
---|
| 44 | braceright 0x31 altgr |
---|
| 45 | semicolon 0x33 altgr |
---|
| 46 | asterisk 0x35 altgr |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | # Shift keys: |
---|
| 50 | section 0x29 shift |
---|
| 51 | apostrophe 0x02 shift |
---|
| 52 | quotedbl 0x03 shift |
---|
| 53 | plus 0x04 shift |
---|
| 54 | exclam 0x05 shift |
---|
| 55 | percent 0x06 shift |
---|
| 56 | slash 0x07 shift |
---|
| 57 | equal 0x08 shift |
---|
| 58 | parenleft 0x09 shift |
---|
| 59 | parenright 0x0a shift |
---|
| 60 | Odiaeresis 0x0b shift |
---|
| 61 | Udiaeresis 0x0c shift |
---|
| 62 | Oacute 0x0d shift |
---|
| 63 | Z 0x15 shift |
---|
| 64 | Odoubleacute 0x1a shift |
---|
| 65 | Uacute 0x1b shift |
---|
| 66 | Eacute 0x27 shift |
---|
| 67 | Aacute 0x28 shift |
---|
| 68 | Udoubleacute 0x2b shift |
---|
| 69 | Y 0x2c shift |
---|
| 70 | question 0x33 shift |
---|
| 71 | colon 0x34 shift |
---|
| 72 | underscore 0x35 shift |
---|
| 73 | F13 0x3b shift |
---|
| 74 | F14 0x3c shift |
---|
| 75 | F15 0x3d shift |
---|
| 76 | F16 0x3e shift |
---|
| 77 | F17 0x3f shift |
---|
| 78 | F18 0x40 shift |
---|
| 79 | F19 0x41 shift |
---|
| 80 | F20 0x42 shift |
---|
| 81 | F21 0x43 shift |
---|
| 82 | F22 0x44 shift |
---|
| 83 | F23 0x57 shift |
---|
| 84 | F24 0x58 shift |
---|
| 85 | |
---|
| 86 | |
---|
| 87 | # Ctrl keys: |
---|
| 88 | F25 0x3b ctrl |
---|
| 89 | F26 0x3c ctrl |
---|
| 90 | F27 0x3d ctrl |
---|
| 91 | F28 0x3e ctrl |
---|
| 92 | F29 0x3f ctrl |
---|
| 93 | F30 0x40 ctrl |
---|
| 94 | F31 0x41 ctrl |
---|
| 95 | F32 0x42 ctrl |
---|
| 96 | F33 0x43 ctrl |
---|
| 97 | F34 0x44 ctrl |
---|
| 98 | F35 0x57 ctrl |
---|
| 99 | #NoSymbol 0x58 ctrl |
---|
| 100 | |
---|
| 101 | |
---|
| 102 | 0 0x29 |
---|
| 103 | odiaeresis 0x0b |
---|
| 104 | udiaeresis 0x0c |
---|
| 105 | oacute 0x0d |
---|
| 106 | z 0x15 |
---|
| 107 | odoubleacute 0x1a |
---|
| 108 | uacute 0x1b |
---|
| 109 | eacute 0x27 |
---|
| 110 | aacute 0x28 |
---|
| 111 | udoubleacute 0x2b |
---|
| 112 | y 0x2c |
---|
| 113 | comma 0x33 |
---|
| 114 | period 0x34 |
---|
| 115 | minus 0x35 |
---|
Note: See
TracBrowser
for help on using the repository browser.