Ticket #9047: 0229-Polish-default-keymap-change.patch

File 0229-Polish-default-keymap-change.patch, 50.8 KB (added by przemub, 11 years ago)
  • new file src/data/keymaps/Polish

    From 32aec8d3ffc7780c346daba2b049443a9cdb4470 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Przemys=C5=82aw=20Buczkowski?= <przemub@yahoo.pl>
    Date: Sat, 6 Oct 2012 21:11:30 +0200
    Subject: [PATCH 229/794] Polish default keymap change
    MIME-Version: 1.0
    Content-Type: text/plain; charset=UTF-8
    Content-Transfer-Encoding: 8bit
    
    Swapped Polish typist's keymap with much more frequently used programmer's
    keymap.
    
    Signed-off-by: Przemysław Buczkowski <przemub@yahoo.pl>
    ---
     src/data/keymaps/Polish (Typewriter).keymap   |  274 +++++++++++++++++++++++++
     src/data/keymaps/Polish (programmer's).keymap |  220 --------------------
     src/data/keymaps/Polish.keymap                |  194 +++++++----------
     3 files changed, 344 insertions(+), 344 deletions(-)
     create mode 100644 src/data/keymaps/Polish (Typewriter).keymap
     delete mode 100644 src/data/keymaps/Polish (programmer's).keymap
    
    diff --git a/src/data/keymaps/Polish (Typewriter).keymap b/src/data/keymaps/Polish (Typewriter).keymap
    new file mode 100644
    index 0000000..e1c2673
    - +  
     1#!/bin/keymap -l
     2#
     3#   Raw key numbering for 101 keyboard...
     4#                                                                                        [sys]       [brk]
     5#                                                                                         0x7e        0x7f
     6# [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]    [prn] [scr] [pau]
     7#  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d     0x0e  0x0f  0x10     K E Y P A D   K E Y S
     8#
     9# [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]    [ins] [hme] [pup]    [num] [ / ] [ * ] [ - ]
     10#  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e     0x1f  0x20  0x21     0x22  0x23  0x24  0x25
     11#
     12# [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]    [del] [end] [pdn]    [ 7 ] [ 8 ] [ 9 ] [ + ]
     13#  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33     0x34  0x35  0x36     0x37  0x38  0x39  0x3a
     14#
     15# [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]                         [ 4 ] [ 5 ] [ 6 ]
     16#  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47                             0x48  0x49  0x4a
     17#
     18# [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]          [ up]          [ 1 ] [ 2 ] [ 3 ] [ent]
     19#   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56            0x57           0x58  0x59  0x5a  0x5b
     20#
     21# [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]    [lft] [dwn] [rgt]    [ 0 ] [ . ]
     22#  0x5c              0x5d                 0x5e                 0x5f              0x60     0x61  0x62  0x63     0x64  0x65
     23#
     24#   NOTE: On a Microsoft Natural Keyboard:
     25#           left option  = 0x66
     26#           right option = 0x67
     27#           menu key     = 0x68
     28#   NOTE: On an Apple Extended Keyboard:
     29#           left option  = 0x66
     30#           right option = 0x67
     31#           keypad '='   = 0x6a
     32#           power key    = 0x6b
     33Version = 3
     34CapsLock = 0x3b
     35ScrollLock = 0x0f
     36NumLock = 0x22
     37LShift = 0x4b
     38RShift = 0x56
     39LCommand = 0x5d
     40RCommand = 0x00
     41LControl = 0x5c
     42RControl = 0x60
     43LOption = 0x66
     44ROption = 0x5f
     45Menu = 0x68
     46#
     47# Lock settings
     48# To set NumLock, do the following:
     49#   LockSettings = NumLock
     50#
     51# To set everything, do the following:
     52#   LockSettings = CapsLock NumLock ScrollLock
     53#
     54LockSettings =
     55# Legend:
     56#   n = Normal
     57#   s = Shift
     58#   c = Control
     59#   C = CapsLock
     60#   o = Option
     61# Key      n        s        c        o        os       C        Cs       Co       Cos     
     62Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     63Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
     64Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     65Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     66Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     67Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     68Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     69Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     70Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     71Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     72Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     73Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     74Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     75Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     76Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     77Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     78Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
     79Key 0x11 = 0xcca8   '~'      ''       ' '      ''       0xcca8   '~'      ' '      ''       
     80Key 0x12 = '1'      '!'      ''       '~'      ''       '1'      '!'      '~'      ''       
     81Key 0x13 = '2'      '"'      ''       0xcb87   ''       '2'      '"'      0xcb87   ''       
     82Key 0x14 = '3'      '#'      ''       '^'      ''       '3'      '#'      '^'      ''       
     83Key 0x15 = '4'      '$'      ''       0xcb98   ''       '4'      '$'      0xcb98   ''       
     84Key 0x16 = '5'      '%'      ''       0xc2b0   ''       '5'      '%'      0xc2b0   ''       
     85Key 0x17 = '6'      '&'      ''       0xcb9b   ''       '6'      '&'      0xcb9b   ''       
     86Key 0x18 = '7'      '/'      ''       '`'      ''       '7'      '/'      '`'      ''       
     87Key 0x19 = '8'      '('      ''       0xcb99   ''       '8'      '('      0xcb99   ''       
     88Key 0x1a = '9'      ')'      ''       0xc2b4   ''       '9'      ')'      0xc2b4   ''       
     89Key 0x1b = '0'      '='      ''       0xcb9d   ''       '0'      '='      0xcb9d   ''       
     90Key 0x1c = '+'      '?'      ''       0xc2a8   ''       '+'      '?'      0xc2a8   ''       
     91Key 0x1d = '\''     '*'      ''       0xc2b8   ''       '\''     '*'      0xc2b8   ''       
     92Key 0x1e = 0x08     0x08     0x1c     0x08     0x08     0x08     0x08     0x08     0x08     
     93Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
     94Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
     95Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
     96Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     97Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'     
     98Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'     
     99Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'     
     100Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
     101Key 0x27 = 'q'      'Q'      0x11     '\\'     ''       'Q'      'q'      '\\'     ''       
     102Key 0x28 = 'w'      'W'      0x17     '|'      ''       'W'      'w'      '|'      ''       
     103Key 0x29 = 'e'      'E'      0x05     ' '      ''       'E'      'e'      ' '      ''       
     104Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
     105Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
     106Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
     107Key 0x2d = 'u'      'U'      0x15     0xe282ac ''       'U'      'u'      0xe282ac ''       
     108Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
     109Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
     110Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
     111Key 0x31 = 0xc5bc   0xc584   ''       0xc3b7   ''       0xc5bc   0xc584   0xc3b7   ''       
     112Key 0x32 = 0xc59b   0xc487   ''       0xc397   ''       0xc59b   0xc487   0xc397   ''       
     113Key 0x33 = 0xc3b3   0xc5ba   ''       ' '      ''       0xc3b3   0xc5ba   ' '      ''       
     114Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
     115Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
     116Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
     117Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'     
     118Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'     
     119Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'     
     120Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'     
     121Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     122Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
     123Key 0x3d = 's'      'S'      0x13     0xc491   ''       'S'      's'      0xc491   ''       
     124Key 0x3e = 'd'      'D'      0x04     0xc490   ''       'D'      'd'      0xc490   ''       
     125Key 0x3f = 'f'      'F'      0x06     '['      ''       'F'      'f'      '['      ''       
     126Key 0x40 = 'g'      'G'      0x07     ']'      ''       'G'      'g'      ']'      ''       
     127Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
     128Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
     129Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
     130Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
     131Key 0x45 = 0xc582   0xc581   ''       '$'      ''       0xc581   0xc582   '$'      ''       
     132Key 0x46 = 0xc485   0xc499   ''       0xc39f   ''       0xc485   0xc499   0xc39f   ''       
     133Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
     134Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'     
     135Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'     
     136Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'     
     137Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     138Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
     139Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
     140Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
     141Key 0x4f = 'v'      'V'      0x16     '@'      ''       'V'      'v'      '@'      ''       
     142Key 0x50 = 'b'      'B'      0x02     '{'      ''       'B'      'b'      '{'      ''       
     143Key 0x51 = 'n'      'N'      0x0e     '}'      ''       'N'      'n'      '}'      ''       
     144Key 0x52 = 'm'      'M'      0x0d     0xc2a7   ''       'M'      'm'      0xc2a7   ''       
     145Key 0x53 = ','      ';'      ''       '<'      ''       ','      ';'      '<'      ''       
     146Key 0x54 = '.'      ':'      ''       '>'      ''       '.'      ':'      '>'      ''       
     147Key 0x55 = '-'      '_'      0x1f     ' '      ''       '-'      '_'      ' '      ''       
     148Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     149Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
     150Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'     
     151Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'     
     152Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'     
     153Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
     154Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     155Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     156Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '     
     157Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     158Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     159Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
     160Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
     161Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
     162Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'     
     163Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','     
     164Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     165Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     166Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     167Key 0x69 = '<'      '>'      0x1c     ' '      ''       '<'      '>'      ' '      ''       
     168Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     169Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     170Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     171Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     172Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     173Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     174Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     175Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     176Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     177Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     178Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     179Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     180Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     181Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     182Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     183Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     184Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     185Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     186Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     187Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     188Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     189Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
     190Acute ' '       = 0xc2b4   
     191Acute 'A'       = 0xc381   
     192Acute 'E'       = 0xc389   
     193Acute 'I'       = 0xc38d   
     194Acute 'O'       = 0xc393   
     195Acute 'U'       = 0xc39a   
     196Acute 'Y'       = 0xc39d   
     197Acute 'a'       = 0xc3a1   
     198Acute 'e'       = 0xc3a9   
     199Acute 'i'       = 0xc3ad   
     200Acute 'o'       = 0xc3b3   
     201Acute 'u'       = 0xc3ba   
     202Acute 'y'       = 0xc3bd   
     203Acute ''        = ''       
     204Acute ''        = ''       
     205Acute ''        = ''       
     206AcuteTab = Option Option-Shift CapsLock-Option CapsLock-Option-Shift
     207Grave ' '       = '`'     
     208Grave 'A'       = 0xc380   
     209Grave 'E'       = 0xc388   
     210Grave 'I'       = 0xc38c   
     211Grave 'O'       = 0xc392   
     212Grave 'U'       = 0xc399   
     213Grave 'a'       = 0xc3a0   
     214Grave 'e'       = 0xc3a8   
     215Grave 'i'       = 0xc3ac   
     216Grave 'o'       = 0xc3b2   
     217Grave 'u'       = 0xc3b9   
     218Grave ''        = ''       
     219Grave ''        = ''       
     220Grave ''        = ''       
     221Grave ''        = ''       
     222Grave ''        = ''       
     223GraveTab =
     224Circumflex ' '       = '^'     
     225Circumflex 'A'       = 0xc382   
     226Circumflex 'E'       = 0xc38a   
     227Circumflex 'I'       = 0xc38e   
     228Circumflex 'O'       = 0xc394   
     229Circumflex 'U'       = 0xc39b   
     230Circumflex 'a'       = 0xc3a2   
     231Circumflex 'e'       = 0xc3aa   
     232Circumflex 'i'       = 0xc3ae   
     233Circumflex 'o'       = 0xc3b4   
     234Circumflex 'u'       = 0xc3bb   
     235Circumflex ''        = ''       
     236Circumflex ''        = ''       
     237Circumflex ''        = ''       
     238Circumflex ''        = ''       
     239Circumflex ''        = ''       
     240CircumflexTab = Option Option-Shift CapsLock-Option CapsLock-Option-Shift
     241Diaeresis ' '       = 0xc2a8   
     242Diaeresis 'A'       = 0xc384   
     243Diaeresis 'E'       = 0xc38b   
     244Diaeresis 'I'       = 0xc38f   
     245Diaeresis 'O'       = 0xc396   
     246Diaeresis 'U'       = 0xc39c   
     247Diaeresis 'Y'       = 0xc5b8   
     248Diaeresis 'a'       = 0xc3a4   
     249Diaeresis 'e'       = 0xc3ab   
     250Diaeresis 'i'       = 0xc3af   
     251Diaeresis 'o'       = 0xc3b6   
     252Diaeresis 'u'       = 0xc3bc   
     253Diaeresis 'y'       = 0xc3bf   
     254Diaeresis ''        = ''       
     255Diaeresis ''        = ''       
     256Diaeresis ''        = ''       
     257DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
     258Tilde ' '       = '~'     
     259Tilde 'L'       = 0xc581   
     260Tilde 'C'       = 0xc486   
     261Tilde 'N'       = 0xc583   
     262Tilde 'S'       = 0xc59a   
     263Tilde 'X'       = 0xc5b9   
     264Tilde 'Z'       = 0xc5bb   
     265Tilde 'a'       = 0xc485   
     266Tilde 'e'       = 0xc499   
     267Tilde 'l'       = 0xc582   
     268Tilde 'c'       = 0xc487   
     269Tilde 'n'       = 0xc584   
     270Tilde 'o'       = 0xc3b3   
     271Tilde 's'       = 0xc59b   
     272Tilde 'x'       = 0xc5ba   
     273Tilde 'z'       = 0xc5bc   
     274TildeTab = Normal Shift Control CapsLock CapsLock-Shift
  • deleted file src/data/keymaps/Polish

    diff --git a/src/data/keymaps/Polish (programmer's).keymap b/src/data/keymaps/Polish (programmer's).keymap
    deleted file mode 100644
    index 655b281..0000000
    + -  
    1 #!/bin/keymap -l
    2 #
    3 # Polish Programmer's keymap
    4 #
    5 #   Raw key numbering for 101 keyboard...
    6 #                                                                                        [sys]       [brk]
    7 #                                                                                         0x7e        0x7f
    8 # [esc]       [ f1] [ f2] [ f3] [ f4] [ f5] [ f6] [ f7] [ f8] [ f9] [f10] [f11] [f12]    [prn] [scr] [pau]
    9 #  0x01        0x02  0x03  0x04  0x05  0x06  0x07  0x08  0x09  0x0a  0x0b  0x0c  0x0d     0x0e  0x0f  0x10     K E Y P A D   K E Y S
    10 #
    11 # [ ` ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 0 ] [ - ] [ = ] [bck]    [ins] [hme] [pup]    [num] [ / ] [ * ] [ - ]
    12 #  0x11  0x12  0x13  0x14  0x15  0x16  0x17  0x18  0x19  0x1a  0x1b  0x1c  0x1d  0x1e     0x1f  0x20  0x21     0x22  0x23  0x24  0x25
    13 #
    14 # [tab] [ q ] [ w ] [ e ] [ r ] [ t ] [ y ] [ u ] [ i ] [ o ] [ p ] [ [ ] [ ] ] [ \ ]    [del] [end] [pdn]    [ 7 ] [ 8 ] [ 9 ] [ + ]
    15 #  0x26  0x27  0x28  0x29  0x2a  0x2b  0x2c  0x2d  0x2e  0x2f  0x30  0x31  0x32  0x33     0x34  0x35  0x36     0x37  0x38  0x39  0x3a
    16 #
    17 # [cap] [ a ] [ s ] [ d ] [ f ] [ g ] [ h ] [ j ] [ k ] [ l ] [ ; ] [ ' ] [  enter  ]                         [ 4 ] [ 5 ] [ 6 ]
    18 #  0x3b  0x3c  0x3d  0x3e  0x3f  0x40  0x41  0x42  0x43  0x44  0x45  0x46     0x47                             0x48  0x49  0x4a
    19 #
    20 # [shift]     [ z ] [ x ] [ c ] [ v ] [ b ] [ n ] [ m ] [ , ] [ . ] [ / ]     [shift]          [ up]          [ 1 ] [ 2 ] [ 3 ] [ent]
    21 #   0x4b       0x4c  0x4d  0x4e  0x4f  0x50  0x51  0x52  0x53  0x54  0x55       0x56            0x57           0x58  0x59  0x5a  0x5b
    22 #
    23 # [ctr]             [cmd]             [  space  ]             [cmd]             [ctr]    [lft] [dwn] [rgt]    [ 0 ] [ . ]
    24 #  0x5c              0x5d                 0x5e                 0x5f              0x60     0x61  0x62  0x63     0x64  0x65
    25 #
    26 #   NOTE: On a Microsoft Natural Keyboard:
    27 #           left option  = 0x66
    28 #           right option = 0x67
    29 #           menu key     = 0x68
    30 #   NOTE: On an Apple Extended Keyboard:
    31 #           left option  = 0x66
    32 #           right option = 0x67
    33 #           keypad '='   = 0x6a
    34 #           power key    = 0x6b
    35 Version = 3
    36 CapsLock = 0x3b
    37 ScrollLock = 0x0f
    38 NumLock = 0x22
    39 LShift = 0x4b
    40 RShift = 0x56
    41 LCommand = 0x5d
    42 RCommand = 0x00
    43 LControl = 0x5c
    44 RControl = 0x60
    45 LOption = 0x66
    46 ROption = 0x5f
    47 Menu = 0x68
    48 #
    49 # Lock settings
    50 # To set NumLock, do the following:
    51 #   LockSettings = NumLock
    52 #
    53 # To set everything, do the following:
    54 #   LockSettings = CapsLock NumLock ScrollLock
    55 #
    56 LockSettings =
    57 # Legend:
    58 #   n = Normal
    59 #   s = Shift
    60 #   c = Control
    61 #   C = CapsLock
    62 #   o = Option
    63 # Key      n        s        c        o        os       C        Cs       Co       Cos     
    64 Key 0x00 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    65 Key 0x01 = 0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     0x1b     
    66 Key 0x02 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    67 Key 0x03 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    68 Key 0x04 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    69 Key 0x05 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    70 Key 0x06 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    71 Key 0x07 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    72 Key 0x08 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    73 Key 0x09 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    74 Key 0x0a = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    75 Key 0x0b = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    76 Key 0x0c = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    77 Key 0x0d = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    78 Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    79 Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    80 Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    81 # "universal" dead key
    82 Key 0x11 = '`'      '~'      ''       ' '      ''       '`'      '~'      ' '      ''       
    83 Key 0x12 = '1'      '!'      ''       ' '      ''       '1'      '!'      ' '      ''       
    84 Key 0x13 = '2'      '@'      0x00     ' '      ''       '2'      '@'      ' '      ''       
    85 Key 0x14 = '3'      '#'      ''       ' '      ''       '3'      '#'      ' '      ''       
    86 Key 0x15 = '4'      '$'      ''       ' '      ''       '4'      '$'      ' '      ''       
    87 Key 0x16 = '5'      '%'      ''       ' '      ''       '5'      '%'      ' '      ''       
    88 Key 0x17 = '6'      '^'      0x1e     ' '      ''       '6'      '^'      ' '      ''       
    89 Key 0x18 = '7'      '&'      ''       ' '      ''       '7'      '&'      ' '      ''       
    90 Key 0x19 = '8'      '*'      ''       ' '      ''       '8'      '*'      ' '      ''       
    91 Key 0x1a = '9'      '('      ''       ' '      ''       '9'      '('      ' '      ''       
    92 Key 0x1b = '0'      ')'      ''       ' '      ''       '0'      ')'      ' '      ''       
    93 Key 0x1c = '-'      '_'      0x1f     ' '      ''       '-'      '_'      ' '      ''       
    94 Key 0x1d = '='      '+'      ''       ' '      ''       '='      '+'      ' '      ''       
    95 Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
    96 Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
    97 Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
    98 Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
    99 Key 0x22 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    100 Key 0x23 = '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'      '/'     
    101 Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'     
    102 Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'     
    103 Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
    104 Key 0x27 = 'q'      'Q'      0x11     ' '      ''       'Q'      'q'      ' '      ''       
    105 Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
    106 Key 0x29 = 'e'      'E'      0x05     0xc499   0xc498   'E'      'e'      0xc498   0xc499   
    107 Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
    108 Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
    109 Key 0x2c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
    110 # EURO SIGN
    111 Key 0x2d = 'u'      'U'      0x15     0xe282ac ''       'U'      'u'      0xe282ac ''       
    112 Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
    113 Key 0x2f = 'o'      'O'      0x0f     0xc3b3   0xc393   'O'      'o'      0xc393   0xc3b3   
    114 Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
    115 Key 0x31 = '['      '{'      0x1b     ' '      ''       '['      '{'      ' '      ''       
    116 Key 0x32 = ']'      '}'      0x1d     ' '      ''       ']'      '}'      ' '      ''       
    117 Key 0x33 = '\\'     '|'      0x1c     ' '      ''       '\\'     '|'      ' '      ''       
    118 Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
    119 Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
    120 Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
    121 Key 0x37 = 0x01     '7'      0x01     0x01     '7'      0x01     '7'      0x01     '7'     
    122 Key 0x38 = 0x1e     '8'      0x1e     0x1e     '8'      0x1e     '8'      0x1e     '8'     
    123 Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'     
    124 Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'     
    125 Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    126 Key 0x3c = 'a'      'A'      0x01     0xc485   0xc484   'A'      'a'      0xc484   0xc485   
    127 Key 0x3d = 's'      'S'      0x13     0xc59b   0xc59a   'S'      's'      0xc59a   0xc59b   
    128 Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
    129 Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
    130 Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
    131 Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
    132 Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
    133 Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
    134 Key 0x44 = 'l'      'L'      0x0c     0xc582   0xc581   'L'      'l'      0xc581   0xc582   
    135 Key 0x45 = ';'      ':'      ''       ' '      ''       ';'      ':'      ' '      ''       
    136 Key 0x46 = '\''     '"'      ''       ' '      ''       '\''     '"'      ' '      ''       
    137 Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
    138 Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'     
    139 Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'     
    140 Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'     
    141 Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    142 Key 0x4c = 'z'      'Z'      0x1a     0xc5bc   0xc5bb   'Z'      'z'      0xc5bb   0xc5bc   
    143 Key 0x4d = 'x'      'X'      0x18     0xc5ba   0xc5b9   'X'      'x'      0xc5b9   0xc5ba   
    144 Key 0x4e = 'c'      'C'      0x03     0xc487   0xc486   'C'      'c'      0xc486   0xc487   
    145 Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
    146 Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
    147 Key 0x51 = 'n'      'N'      0x0e     0xc584   0xc583   'N'      'n'      0xc583   0xc584   
    148 Key 0x52 = 'm'      'M'      0x0d     ' '      ''       'M'      'm'      ' '      ''       
    149 Key 0x53 = ','      '<'      ''       ' '      ''       ','      '<'      ' '      ''       
    150 Key 0x54 = '.'      '>'      ''       ' '      ''       '.'      '>'      ' '      ''       
    151 Key 0x55 = '/'      '?'      ''       ' '      ''       '/'      '?'      ' '      ''       
    152 Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    153 Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
    154 Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'     
    155 Key 0x59 = 0x1f     '2'      0x1f     0x1f     '2'      0x1f     '2'      0x1f     '2'     
    156 Key 0x5a = 0x0c     '3'      0x0c     0x0c     '3'      0x0c     '3'      0x0c     '3'     
    157 Key 0x5b = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
    158 Key 0x5c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    159 Key 0x5d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    160 Key 0x5e = ' '      ' '      0x00     ' '      ' '      ' '      ' '      ' '      ' '     
    161 Key 0x5f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    162 Key 0x60 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    163 Key 0x61 = 0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     0x1c     
    164 Key 0x62 = 0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     0x1f     
    165 Key 0x63 = 0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     0x1d     
    166 Key 0x64 = 0x05     '0'      0x05     0x05     '0'      0x05     '0'      0x05     '0'     
    167 Key 0x65 = 0x7f     ','      0x7f     0x7f     ','      0x7f     ','      0x7f     ','     
    168 Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    169 Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    170 Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    171 Key 0x69 = '\\'     '|'      0x1c     ' '      ''       '\\'     '|'      ' '      ''       
    172 Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    173 Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    174 Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    175 Key 0x6d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    176 Key 0x6e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    177 Key 0x6f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    178 Key 0x70 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    179 Key 0x71 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    180 Key 0x72 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    181 Key 0x73 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    182 Key 0x74 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    183 Key 0x75 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    184 Key 0x76 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    185 Key 0x77 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    186 Key 0x78 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    187 Key 0x79 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    188 Key 0x7a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    189 Key 0x7b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    190 Key 0x7c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    191 Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    192 Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    193 Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    194 AcuteTab =
    195 GraveTab =
    196 CircumflexTab =
    197 DiaeresisTab =
    198 # Tilde is used as "universal" diacritic
    199 # for acute, dot above, stroke and ogonek
    200 # Only 16 entries are too few!
    201 Tilde ' '       = '~'      # U+007E
    202 #Tilde 'A'       = 0xc484   # U+0104 LATIN CAPITAL LETTER A WITH OGONEK
    203 #Tilde 'E'       = 0xc498   # U+0118 LATIN CAPITAL LETTER E WITH OGONEK
    204 Tilde 'L'       = 0xc581   # U+0141 LATIN CAPITAL LETTER L WITH STROKE
    205 Tilde 'C'       = 0xc486   # U+0106 LATIN CAPITAL LETTER C WITH ACUTE
    206 Tilde 'N'       = 0xc583   # U+0143 LATIN CAPITAL LETTER N WITH ACUTE
    207 #Tilde 'O'       = 0xc393   # U+00D3 LATIN CAPITAL LETTER O WITH ACUTE
    208 Tilde 'S'       = 0xc59a   # U+015A LATIN CAPITAL LETTER S WITH ACUTE
    209 Tilde 'X'       = 0xc5b9   # U+0179 LATIN CAPITAL LETTER Z WITH ACUTE
    210 Tilde 'Z'       = 0xc5bb   # U+017B LATIN CAPITAL LETTER Z WITH DOT ABOVE
    211 Tilde 'a'       = 0xc485   # U+0105 LATIN SMALL LETTER A WITH OGONEK
    212 Tilde 'e'       = 0xc499   # U+0119 LATIN SMALL LETTER E WITH OGONEK
    213 Tilde 'l'       = 0xc582   # U+0142 LATIN SMALL LETTER L WITH STROKE
    214 Tilde 'c'       = 0xc487   # U+0107 LATIN SMALL LETTER C WITH ACUTE
    215 Tilde 'n'       = 0xc584   # U+0144 LATIN SMALL LETTER N WITH ACUTE
    216 Tilde 'o'       = 0xc3b3   # U+00F3 LATIN SMALL LETTER O WITH ACUTE
    217 Tilde 's'       = 0xc59b   # U+015B LATIN SMALL LETTER S WITH ACUTE
    218 Tilde 'x'       = 0xc5ba   # U+017A LATIN SMALL LETTER Z WITH ACUTE
    219 Tilde 'z'       = 0xc5bc   # U+017C LATIN SMALL LETTER Z WITH DOT ABOVE
    220 TildeTab = Normal Shift Control CapsLock CapsLock-Shift
  • src/data/keymaps/Polish.keymap

    diff --git a/src/data/keymaps/Polish.keymap b/src/data/keymaps/Polish.keymap
    index e1c2673..655b281 100644
    a b  
    11#!/bin/keymap -l
    22#
     3# Polish Programmer's keymap
     4#
    35#   Raw key numbering for 101 keyboard...
    46#                                                                                        [sys]       [brk]
    57#                                                                                         0x7e        0x7f
    Key 0x0d = 0x10 0x10 0x10 0x10 0x10 0x10 0x10 0x10  
    7678Key 0x0e = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    7779Key 0x0f = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    7880Key 0x10 = 0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     0x10     
    79 Key 0x11 = 0xcca8   '~'      ''       ' '      ''       0xcca8   '~'      ' '      ''       
    80 Key 0x12 = '1'      '!'      ''       '~'      ''       '1'      '!'      '~'      ''       
    81 Key 0x13 = '2'      '"'      ''       0xcb87   ''       '2'      '"'      0xcb87   ''       
    82 Key 0x14 = '3'      '#'      ''       '^'      ''       '3'      '#'      '^'      ''       
    83 Key 0x15 = '4'      '$'      ''       0xcb98   ''       '4'      '$'      0xcb98   ''       
    84 Key 0x16 = '5'      '%'      ''       0xc2b0   ''       '5'      '%'      0xc2b0   ''       
    85 Key 0x17 = '6'      '&'      ''       0xcb9b   ''       '6'      '&'      0xcb9b   ''       
    86 Key 0x18 = '7'      '/'      ''       '`'      ''       '7'      '/'      '`'      ''       
    87 Key 0x19 = '8'      '('      ''       0xcb99   ''       '8'      '('      0xcb99   ''       
    88 Key 0x1a = '9'      ')'      ''       0xc2b4   ''       '9'      ')'      0xc2b4   ''       
    89 Key 0x1b = '0'      '='      ''       0xcb9d   ''       '0'      '='      0xcb9d   ''       
    90 Key 0x1c = '+'      '?'      ''       0xc2a8   ''       '+'      '?'      0xc2a8   ''       
    91 Key 0x1d = '\''     '*'      ''       0xc2b8   ''       '\''     '*'      0xc2b8   ''       
    92 Key 0x1e = 0x08     0x08     0x1c     0x08     0x08     0x08     0x08     0x08     0x08     
     81# "universal" dead key
     82Key 0x11 = '`'      '~'      ''       ' '      ''       '`'      '~'      ' '      ''       
     83Key 0x12 = '1'      '!'      ''       ' '      ''       '1'      '!'      ' '      ''       
     84Key 0x13 = '2'      '@'      0x00     ' '      ''       '2'      '@'      ' '      ''       
     85Key 0x14 = '3'      '#'      ''       ' '      ''       '3'      '#'      ' '      ''       
     86Key 0x15 = '4'      '$'      ''       ' '      ''       '4'      '$'      ' '      ''       
     87Key 0x16 = '5'      '%'      ''       ' '      ''       '5'      '%'      ' '      ''       
     88Key 0x17 = '6'      '^'      0x1e     ' '      ''       '6'      '^'      ' '      ''       
     89Key 0x18 = '7'      '&'      ''       ' '      ''       '7'      '&'      ' '      ''       
     90Key 0x19 = '8'      '*'      ''       ' '      ''       '8'      '*'      ' '      ''       
     91Key 0x1a = '9'      '('      ''       ' '      ''       '9'      '('      ' '      ''       
     92Key 0x1b = '0'      ')'      ''       ' '      ''       '0'      ')'      ' '      ''       
     93Key 0x1c = '-'      '_'      0x1f     ' '      ''       '-'      '_'      ' '      ''       
     94Key 0x1d = '='      '+'      ''       ' '      ''       '='      '+'      ' '      ''       
     95Key 0x1e = 0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     0x08     
    9396Key 0x1f = 0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     0x05     
    9497Key 0x20 = 0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     0x01     
    9598Key 0x21 = 0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     0x0b     
    Key 0x23 = '/' '/' '/' '/' '/' '/' '/' '/'  
    98101Key 0x24 = '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'      '*'     
    99102Key 0x25 = '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'      '-'     
    100103Key 0x26 = 0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     0x09     
    101 Key 0x27 = 'q'      'Q'      0x11     '\\'     ''       'Q'      'q'      '\\'     ''       
    102 Key 0x28 = 'w'      'W'      0x17     '|'      ''       'W'      'w'      '|'      ''       
    103 Key 0x29 = 'e'      'E'      0x05     ' '      ''       'E'      'e'      ' '      ''       
     104Key 0x27 = 'q'      'Q'      0x11     ' '      ''       'Q'      'q'      ' '      ''       
     105Key 0x28 = 'w'      'W'      0x17     ' '      ''       'W'      'w'      ' '      ''       
     106Key 0x29 = 'e'      'E'      0x05     0xc499   0xc498   'E'      'e'      0xc498   0xc499   
    104107Key 0x2a = 'r'      'R'      0x12     ' '      ''       'R'      'r'      ' '      ''       
    105108Key 0x2b = 't'      'T'      0x14     ' '      ''       'T'      't'      ' '      ''       
    106 Key 0x2c = 'z'      'Z'      0x1a     ' '      ''       'Z'      'z'      ' '      ''       
     109Key 0x2c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
     110# EURO SIGN
    107111Key 0x2d = 'u'      'U'      0x15     0xe282ac ''       'U'      'u'      0xe282ac ''       
    108112Key 0x2e = 'i'      'I'      0x09     ' '      ''       'I'      'i'      ' '      ''       
    109 Key 0x2f = 'o'      'O'      0x0f     ' '      ''       'O'      'o'      ' '      ''       
     113Key 0x2f = 'o'      'O'      0x0f     0xc3b3   0xc393   'O'      'o'      0xc393   0xc3b3   
    110114Key 0x30 = 'p'      'P'      0x10     ' '      ''       'P'      'p'      ' '      ''       
    111 Key 0x31 = 0xc5bc   0xc584   ''       0xc3b7   ''       0xc5bc   0xc584   0xc3b7   ''       
    112 Key 0x32 = 0xc59b   0xc487   ''       0xc397   ''       0xc59b   0xc487   0xc397   ''       
    113 Key 0x33 = 0xc3b3   0xc5ba   ''       ' '      ''       0xc3b3   0xc5ba   ' '      ''       
     115Key 0x31 = '['      '{'      0x1b     ' '      ''       '['      '{'      ' '      ''       
     116Key 0x32 = ']'      '}'      0x1d     ' '      ''       ']'      '}'      ' '      ''       
     117Key 0x33 = '\\'     '|'      0x1c     ' '      ''       '\\'     '|'      ' '      ''       
    114118Key 0x34 = 0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     0x7f     
    115119Key 0x35 = 0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     0x04     
    116120Key 0x36 = 0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     0x0c     
    Key 0x38 = 0x1e '8' 0x1e 0x1e '8' 0x1e '8' 0x1e  
    119123Key 0x39 = 0x0b     '9'      0x0b     0x0b     '9'      0x0b     '9'      0x0b     '9'     
    120124Key 0x3a = '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'      '+'     
    121125Key 0x3b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    122 Key 0x3c = 'a'      'A'      0x01     ' '      ''       'A'      'a'      ' '      ''       
    123 Key 0x3d = 's'      'S'      0x13     0xc491   ''       'S'      's'      0xc491   ''       
    124 Key 0x3e = 'd'      'D'      0x04     0xc490   ''       'D'      'd'      0xc490   ''       
    125 Key 0x3f = 'f'      'F'      0x06     '['      ''       'F'      'f'      '['      ''       
    126 Key 0x40 = 'g'      'G'      0x07     ']'      ''       'G'      'g'      ']'      ''       
     126Key 0x3c = 'a'      'A'      0x01     0xc485   0xc484   'A'      'a'      0xc484   0xc485   
     127Key 0x3d = 's'      'S'      0x13     0xc59b   0xc59a   'S'      's'      0xc59a   0xc59b   
     128Key 0x3e = 'd'      'D'      0x04     ' '      ''       'D'      'd'      ' '      ''       
     129Key 0x3f = 'f'      'F'      0x06     ' '      ''       'F'      'f'      ' '      ''       
     130Key 0x40 = 'g'      'G'      0x07     ' '      ''       'G'      'g'      ' '      ''       
    127131Key 0x41 = 'h'      'H'      0x08     ' '      ''       'H'      'h'      ' '      ''       
    128132Key 0x42 = 'j'      'J'      0x0a     ' '      ''       'J'      'j'      ' '      ''       
    129133Key 0x43 = 'k'      'K'      0x0b     ' '      ''       'K'      'k'      ' '      ''       
    130 Key 0x44 = 'l'      'L'      0x0c     ' '      ''       'L'      'l'      ' '      ''       
    131 Key 0x45 = 0xc582   0xc581   ''       '$'      ''       0xc581   0xc582   '$'      ''       
    132 Key 0x46 = 0xc485   0xc499   ''       0xc39f   ''       0xc485   0xc499   0xc39f   ''       
     134Key 0x44 = 'l'      'L'      0x0c     0xc582   0xc581   'L'      'l'      0xc581   0xc582   
     135Key 0x45 = ';'      ':'      ''       ' '      ''       ';'      ':'      ' '      ''       
     136Key 0x46 = '\''     '"'      ''       ' '      ''       '\''     '"'      ' '      ''       
    133137Key 0x47 = 0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     0x0a     
    134138Key 0x48 = 0x1c     '4'      0x1c     0x1c     '4'      0x1c     '4'      0x1c     '4'     
    135139Key 0x49 = ''       '5'      ''       ''       '5'      ''       '5'      ''       '5'     
    136140Key 0x4a = 0x1d     '6'      0x1d     0x1d     '6'      0x1d     '6'      0x1d     '6'     
    137141Key 0x4b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    138 Key 0x4c = 'y'      'Y'      0x19     ' '      ''       'Y'      'y'      ' '      ''       
    139 Key 0x4d = 'x'      'X'      0x18     ' '      ''       'X'      'x'      ' '      ''       
    140 Key 0x4e = 'c'      'C'      0x03     ' '      ''       'C'      'c'      ' '      ''       
    141 Key 0x4f = 'v'      'V'      0x16     '@'      ''       'V'      'v'      '@'      ''       
    142 Key 0x50 = 'b'      'B'      0x02     '{'      ''       'B'      'b'      '{'      ''       
    143 Key 0x51 = 'n'      'N'      0x0e     '}'      ''       'N'      'n'      '}'      ''       
    144 Key 0x52 = 'm'      'M'      0x0d     0xc2a7   ''       'M'      'm'      0xc2a7   ''       
    145 Key 0x53 = ','      ';'      ''       '<'      ''       ','      ';'      '<'      ''       
    146 Key 0x54 = '.'      ':'      ''       '>'      ''       '.'      ':'      '>'      ''       
    147 Key 0x55 = '-'      '_'      0x1f     ' '      ''       '-'      '_'      ' '      ''       
     142Key 0x4c = 'z'      'Z'      0x1a     0xc5bc   0xc5bb   'Z'      'z'      0xc5bb   0xc5bc   
     143Key 0x4d = 'x'      'X'      0x18     0xc5ba   0xc5b9   'X'      'x'      0xc5b9   0xc5ba   
     144Key 0x4e = 'c'      'C'      0x03     0xc487   0xc486   'C'      'c'      0xc486   0xc487   
     145Key 0x4f = 'v'      'V'      0x16     ' '      ''       'V'      'v'      ' '      ''       
     146Key 0x50 = 'b'      'B'      0x02     ' '      ''       'B'      'b'      ' '      ''       
     147Key 0x51 = 'n'      'N'      0x0e     0xc584   0xc583   'N'      'n'      0xc583   0xc584   
     148Key 0x52 = 'm'      'M'      0x0d     ' '      ''       'M'      'm'      ' '      ''       
     149Key 0x53 = ','      '<'      ''       ' '      ''       ','      '<'      ' '      ''       
     150Key 0x54 = '.'      '>'      ''       ' '      ''       '.'      '>'      ' '      ''       
     151Key 0x55 = '/'      '?'      ''       ' '      ''       '/'      '?'      ' '      ''       
    148152Key 0x56 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    149153Key 0x57 = 0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     0x1e     
    150154Key 0x58 = 0x04     '1'      0x04     0x04     '1'      0x04     '1'      0x04     '1'     
    Key 0x65 = 0x7f ',' 0x7f 0x7f ',' 0x7f ',' 0x7f  
    164168Key 0x66 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    165169Key 0x67 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    166170Key 0x68 = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    167 Key 0x69 = '<'      '>'      0x1c     ' '      ''       '<'      '>'      ' '      ''       
     171Key 0x69 = '\\'     '|'      0x1c     ' '      ''       '\\'     '|'      ' '      ''       
    168172Key 0x6a = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    169173Key 0x6b = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    170174Key 0x6c = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    Key 0x7c = '' '' '' '' '' '' '' ''  
    187191Key 0x7d = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    188192Key 0x7e = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    189193Key 0x7f = ''       ''       ''       ''       ''       ''       ''       ''       ''       
    190 Acute ' '       = 0xc2b4   
    191 Acute 'A'       = 0xc381   
    192 Acute 'E'       = 0xc389   
    193 Acute 'I'       = 0xc38d   
    194 Acute 'O'       = 0xc393   
    195 Acute 'U'       = 0xc39a   
    196 Acute 'Y'       = 0xc39d   
    197 Acute 'a'       = 0xc3a1   
    198 Acute 'e'       = 0xc3a9   
    199 Acute 'i'       = 0xc3ad   
    200 Acute 'o'       = 0xc3b3   
    201 Acute 'u'       = 0xc3ba   
    202 Acute 'y'       = 0xc3bd   
    203 Acute ''        = ''       
    204 Acute ''        = ''       
    205 Acute ''        = ''       
    206 AcuteTab = Option Option-Shift CapsLock-Option CapsLock-Option-Shift
    207 Grave ' '       = '`'     
    208 Grave 'A'       = 0xc380   
    209 Grave 'E'       = 0xc388   
    210 Grave 'I'       = 0xc38c   
    211 Grave 'O'       = 0xc392   
    212 Grave 'U'       = 0xc399   
    213 Grave 'a'       = 0xc3a0   
    214 Grave 'e'       = 0xc3a8   
    215 Grave 'i'       = 0xc3ac   
    216 Grave 'o'       = 0xc3b2   
    217 Grave 'u'       = 0xc3b9   
    218 Grave ''        = ''       
    219 Grave ''        = ''       
    220 Grave ''        = ''       
    221 Grave ''        = ''       
    222 Grave ''        = ''       
     194AcuteTab =
    223195GraveTab =
    224 Circumflex ' '       = '^'     
    225 Circumflex 'A'       = 0xc382   
    226 Circumflex 'E'       = 0xc38a   
    227 Circumflex 'I'       = 0xc38e   
    228 Circumflex 'O'       = 0xc394   
    229 Circumflex 'U'       = 0xc39b   
    230 Circumflex 'a'       = 0xc3a2   
    231 Circumflex 'e'       = 0xc3aa   
    232 Circumflex 'i'       = 0xc3ae   
    233 Circumflex 'o'       = 0xc3b4   
    234 Circumflex 'u'       = 0xc3bb   
    235 Circumflex ''        = ''       
    236 Circumflex ''        = ''       
    237 Circumflex ''        = ''       
    238 Circumflex ''        = ''       
    239 Circumflex ''        = ''       
    240 CircumflexTab = Option Option-Shift CapsLock-Option CapsLock-Option-Shift
    241 Diaeresis ' '       = 0xc2a8   
    242 Diaeresis 'A'       = 0xc384   
    243 Diaeresis 'E'       = 0xc38b   
    244 Diaeresis 'I'       = 0xc38f   
    245 Diaeresis 'O'       = 0xc396   
    246 Diaeresis 'U'       = 0xc39c   
    247 Diaeresis 'Y'       = 0xc5b8   
    248 Diaeresis 'a'       = 0xc3a4   
    249 Diaeresis 'e'       = 0xc3ab   
    250 Diaeresis 'i'       = 0xc3af   
    251 Diaeresis 'o'       = 0xc3b6   
    252 Diaeresis 'u'       = 0xc3bc   
    253 Diaeresis 'y'       = 0xc3bf   
    254 Diaeresis ''        = ''       
    255 Diaeresis ''        = ''       
    256 Diaeresis ''        = ''       
    257 DiaeresisTab = Normal Shift Option Option-Shift CapsLock CapsLock-Shift CapsLock-Option CapsLock-Option-Shift
    258 Tilde ' '       = '~'     
    259 Tilde 'L'       = 0xc581   
    260 Tilde 'C'       = 0xc486   
    261 Tilde 'N'       = 0xc583   
    262 Tilde 'S'       = 0xc59a   
    263 Tilde 'X'       = 0xc5b9   
    264 Tilde 'Z'       = 0xc5bb   
    265 Tilde 'a'       = 0xc485   
    266 Tilde 'e'       = 0xc499   
    267 Tilde 'l'       = 0xc582   
    268 Tilde 'c'       = 0xc487   
    269 Tilde 'n'       = 0xc584   
    270 Tilde 'o'       = 0xc3b3   
    271 Tilde 's'       = 0xc59b   
    272 Tilde 'x'       = 0xc5ba   
    273 Tilde 'z'       = 0xc5bc   
     196CircumflexTab =
     197DiaeresisTab =
     198# Tilde is used as "universal" diacritic
     199# for acute, dot above, stroke and ogonek
     200# Only 16 entries are too few!
     201Tilde ' '       = '~'      # U+007E
     202#Tilde 'A'       = 0xc484   # U+0104 LATIN CAPITAL LETTER A WITH OGONEK
     203#Tilde 'E'       = 0xc498   # U+0118 LATIN CAPITAL LETTER E WITH OGONEK
     204Tilde 'L'       = 0xc581   # U+0141 LATIN CAPITAL LETTER L WITH STROKE
     205Tilde 'C'       = 0xc486   # U+0106 LATIN CAPITAL LETTER C WITH ACUTE
     206Tilde 'N'       = 0xc583   # U+0143 LATIN CAPITAL LETTER N WITH ACUTE
     207#Tilde 'O'       = 0xc393   # U+00D3 LATIN CAPITAL LETTER O WITH ACUTE
     208Tilde 'S'       = 0xc59a   # U+015A LATIN CAPITAL LETTER S WITH ACUTE
     209Tilde 'X'       = 0xc5b9   # U+0179 LATIN CAPITAL LETTER Z WITH ACUTE
     210Tilde 'Z'       = 0xc5bb   # U+017B LATIN CAPITAL LETTER Z WITH DOT ABOVE
     211Tilde 'a'       = 0xc485   # U+0105 LATIN SMALL LETTER A WITH OGONEK
     212Tilde 'e'       = 0xc499   # U+0119 LATIN SMALL LETTER E WITH OGONEK
     213Tilde 'l'       = 0xc582   # U+0142 LATIN SMALL LETTER L WITH STROKE
     214Tilde 'c'       = 0xc487   # U+0107 LATIN SMALL LETTER C WITH ACUTE
     215Tilde 'n'       = 0xc584   # U+0144 LATIN SMALL LETTER N WITH ACUTE
     216Tilde 'o'       = 0xc3b3   # U+00F3 LATIN SMALL LETTER O WITH ACUTE
     217Tilde 's'       = 0xc59b   # U+015B LATIN SMALL LETTER S WITH ACUTE
     218Tilde 'x'       = 0xc5ba   # U+017A LATIN SMALL LETTER Z WITH ACUTE
     219Tilde 'z'       = 0xc5bc   # U+017C LATIN SMALL LETTER Z WITH DOT ABOVE
    274220TildeTab = Normal Shift Control CapsLock CapsLock-Shift