Guest User

Untitled

a guest
May 21st, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. default partial alphanumeric_keys
  2. xkb_symbols "pl_my" {
  3. name[Group1]= "Polish (my)";
  4.  
  5. key <AB01> { [ z, Z, zcaron, Zcaron ] };
  6. key <AB02> { [ x, X ] };
  7. key <AB03> { [ c, C, ccaron, Ccaron ] };
  8. key <AB04> { [ v, V, downarrow ] };
  9. key <AB05> { [ b, B, U2194 ] }; // ↔
  10. key <AB06> { [ n, N ] };
  11. key <AB07> { [ m, M, U2212, U2011 ] }; // minus, non-break defis
  12. key <AB08> { [ comma, less, dead_cedilla, dead_horn ] };
  13. key <AB09> { [ period, greater, dead_abovedot, dead_belowdot ] };
  14. key <AB10> { [ slash, question, ellipsis, brokenbar ] };
  15.  
  16. key <AC01> { [ a, A, dead_acute, U0301 ] }; // combining_acute
  17. key <AC02> { [ s, S, scaron, Scaron ] };
  18. key <AC03> { [ d, D, eth, ETH ] };
  19. key <AC04> { [ f, F ] };
  20. key <AC05> { [ g, G, gcaron, Gcaron ] };
  21. key <AC06> { [ h, H, dead_caron, dead_hook ] };
  22. key <AC07> { [ j, J ] };
  23. key <AC08> { [ k, K ] };
  24. key <AC09> { [ l, L ] };
  25. key <AC10> { [ semicolon, colon, dead_diaeresis, dead_doubleacute ] };
  26. key <AC11> { [ apostrophe, quotedbl, doublelowquotemark, singlelowquotemark ] };
  27.  
  28. key <AD01> { [ q, Q ] };
  29. key <AD02> { [ w, W ] };
  30. key <AD03> { [ e, E, schwa, SCHWA ] };
  31. key <AD04> { [ r, R ] };
  32. key <AD05> { [ t, T, thorn, THORN ] };
  33. key <AD06> { [ y, Y, U02BC ] }; // mod_apostrophe
  34. key <AD07> { [ u, U, dead_breve ] };
  35. key <AD08> { [ i, I, periodcentered, enfilledcircbullet ] };
  36. key <AD09> { [ o, O, dead_ogonek, dead_abovering ] };
  37. key <AD10> { [ p, P ] };
  38. key <AD11> { [ bracketleft, braceleft, leftdoublequotemark, leftsinglequotemark ] };
  39. key <AD12> { [ bracketright, braceright, rightdoublequotemark, rightsinglequotemark ] };
  40.  
  41. key <BKSL> { [ backslash, bar, dead_stroke, dead_macron ] };
  42.  
  43. key <TLDE> { [ grave, asciitilde, dead_grave, dead_tilde ] };
  44. key <AE01> { [ 1, exclam ] };
  45. key <AE02> { [ 2, at ] };
  46. key <AE03> { [ 3, numbersign, numerosign, section ] };
  47. key <AE04> { [ 4, dead_currency ] };
  48. key <AE05> { [ 5, percent, U2030, degree ] }; // ‰
  49. key <AE06> { [ 6, asciicircum, uparrow, dead_circumflex ] };
  50. key <AE07> { [ 7, ampersand, U2248 ] }; // ≈
  51. key <AE08> { [ 8, asterisk, multiply, division ] };
  52. key <AE09> { [ 9, parenleft, guillemotleft, U2039 ] }; // ‹
  53. key <AE10> { [ 0, parenright, guillemotright, U203A ] }; // ›
  54. key <AE11> { [ minus, underscore, emdash, endash ] };
  55. key <AE12> { [ equal, plus, notequal, plusminus ] };
  56.  
  57. key <SPCE> { [ space, nobreakspace, nobreakspace ] };
  58.  
  59. include "level3(ralt_switch)"
  60. };
Add Comment
Please, Sign In to add comment