Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Polish Dvorak keymaps - math friendly
- // by Michal Rawlik <[email protected]>
- // Basic Polish keymap (without Polish quotes)
- partial alphanumeric_keys
- xkb_symbols "dvorak_math" {
- include "pl(dvorak)"
- name[Group1] = "Poland - Dvorak, math friendly";
- key <AD01> { [ apostrophe, quotedbl, parenleft, dead_diaeresis ] };
- key <AD02> { [ comma, less, parenright, Ccedilla ] };
- key <AD03> { [ period, greater, bracketleft, dead_caron ] };
- key <AD04> { [ p, P, bracketright, Odiaeresis ] };
- key <AD05> { [ y, Y, braceleft, Udiaeresis ] };
- key <AD06> { [ f, F, braceright, slash ] };
- key <AC04> { [ u, U, plus, degree ] };
- key <AC05> { [ i, I, minus, Iacute ] };
- key <AC07> { [ h, H, braceleft ] };
- key <AC08> { [ t, T, braceright ] }
- ;
- key <AB01> { [ z, Z, zabovedot, Zabovedot ] };
- key <AB02> { [ q, Q, zacute, Zacute ] };
- key <AB03> { [ j, J, asterisk, Adiaeresis ] };
- key <AB04> { [ k, K, slash, OE ] };
- key <AB05> { [ x, X, equal, equal ] };
- key <AB10> { [ semicolon, colon, backslash, degree ] };
- include "kpdl(comma)"
- // this to allow writing ALL CAPS with a Shift key
- include "level3(ralt_switch)"
- // use one of compose:* options to choose Multi_key, if you will,
- // or layout +level3(ralt_switch_multikey) to revert standard behaviour
- };
Advertisement
Add Comment
Please, Sign In to add comment