3 // based on a keyboard map from an 'xkb/symbols/pl' file
5 // $XFree86: xc/programs/xkbcomp/symbols/pl,v 1.3 2003/04/19 12:22:12 pascal Exp $
7 partial default alphanumeric_keys
12 name[Group1]="Poland";
14 key <AD03> { [ e, E, eogonek, Eogonek ] };
15 key <AD09> { [ o, O, oacute, Oacute ] };
17 key <AC01> { [ a, A, aogonek, Aogonek ] };
18 key <AC02> { [ s, S, sacute, Sacute ] };
20 key <AB01> { [ z, Z, zabovedot, Zabovedot ] };
21 key <AB02> { [ x, X, zacute, Zacute ] };
22 key <AB03> { [ c, C, cacute, Cacute ] };
23 key <AB06> { [ n, N, nacute, Nacute ] };
25 include "keypad(comma)"
27 include "level3(ralt_switch)"
30 partial alphanumeric_keys
31 xkb_symbols "qwertz" {
33 // Describes the differences between a very simple en_US
34 // keyboard and a very simple QWERTZ Polish keybaord
36 include "latin(type3)"
38 name[Group1]="Poland - qwertz";
40 key <AE01> { [ 1, exclam, asciitilde, exclamdown ] };
41 key <AE02> { [ 2, quotedbl, dead_caron, oneeighth ] };
42 key <AE03> { [ 3, numbersign, dead_circumflex, sterling ] };
43 key <AE04> { [ 4, dollar, dead_breve, dollar ] };
44 key <AE05> { [ 5, percent, degree, threeeighths ] };
45 key <AE06> { [ 6, ampersand, dead_ogonek, fiveeighths ] };
46 key <AE07> { [ 7, slash, dead_grave, seveneighths ] };
47 key <AE08> { [ 8, parenleft, dead_abovedot, trademark ] };
48 key <AE09> { [ 9, parenright, dead_acute, plusminus ] };
49 key <AE10> { [ 0, equal, dead_doubleacute, degree ] };
50 key <AE11> { [ plus, question, dead_diaeresis, questiondown ] };
51 key <AE12> { [apostrophe, asterisk, dead_cedilla, dead_ogonek ] };
53 key <AD03> { [ e, E, EuroSign, cent ] };
54 key <AD11> { [ zabovedot, nacute, division, dead_abovering ] };
55 key <AD12> { [ sacute, cacute, multiply, dead_macron ] };
57 key <AC02> { [ s, S, dstroke, section ] };
58 key <AC03> { [ d, D, Dstroke, ETH ] };
59 key <AC08> { [ k, K, kra, ampersand ] };
60 key <AC09> { [ l, L, lstroke, Lstroke ] };
61 key <AC10> { [ lstroke, Lstroke, dollar, dead_doubleacute ] };
62 key <AC11> { [ aogonek, eogonek, ssharp, dead_caron ] };
63 key <TLDE> { [ abovedot, dead_ogonek, notsign, notsign ] };
65 key <BKSL> { [ oacute, zacute, dead_grave, dead_breve ] };
66 key <AB03> { [ c, C, cent, copyright ] };
67 key <AB10> { [ minus, underscore, dead_belowdot, dead_abovedot ] };
69 include "keypad(comma)"
71 include "level3(ralt_switch)"
74 // Polish Dvorak keymaps
75 // by Rafal Rzepecki <divide@users.sf.net>
77 // The base keymap "pl" places Polish quotes on quotemark key and
78 // moves the dead symbols from there to "1/!" key. If you are used to common
79 // dead keys placement, you could use "pl_altquotes"; in this layout
80 // dead keys remain in the old place, whereas Polish quotes are placed on the
81 // "1/!" key. If you do not use Polish quotes at all, you can use "pl_basic" map.
83 // Basic Polish keymap (without Polish quotes)
84 partial alphanumeric_keys
85 xkb_symbols "dvorak" {
88 name[Group1] = "Poland - Dvorak";
90 key <AD08> { [ c, C, cacute, Cacute ] };
91 key <AD10> { [ l, L, lstroke, Lstroke ] };
92 key <AC01> { [ a, A, aogonek, Aogonek ] };
93 key <AC02> { [ o, O, oacute, Oacute ] };
94 key <AC03> { [ e, E, eogonek, Eogonek ] };
95 key <AC09> { [ n, N, nacute, Nacute ] };
96 key <AC10> { [ s, S, sacute, Sacute ] };
97 key <AB09> { [ v, V, zacute, Zacute ] };
98 key <AB10> { [ z, Z, zabovedot, Zabovedot ] };
100 include "keypad(comma)"
102 // this to allow writing ALL CAPS with a Shift key
103 include "level3(ralt_switch)"
105 // use one of compose:* options to choose Multi_key, if you will,
106 // or layout +level3(ralt_switch_multikey) to revert standard behaviour
109 // Default Polish keymap with Polish quotes on quotemark key
110 partial alphanumeric_keys
111 xkb_symbols "dvorak_quotes" {
114 name[Group1] = "Poland - Dvorak, Polish quotes on quotemark key";
116 key <AD01> { [ apostrophe, quotedbl, doublelowquotemark, rightdoublequotemark ] };
118 // Dead symbols moved to this key
119 key <AE01> { [ 1, exclam, dead_acute, dead_diaeresis ] };
122 // Polish keymap with Polish quotes on key "1/!"
123 partial alphanumeric_keys
124 xkb_symbols "dvorak_altquotes" {
127 name[Group1] = "Poland - Dvorak, Polish quotes on key 1/!";
129 key <AE01> { [ 1, exclam, doublelowquotemark, rightdoublequotemark ] };