Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. default partial alphanumeric_keys
  2. xkb_symbols "basic" {
  3.  
  4. // Visualisation and description: http://podziemie.net/xkb/pl
  5. // Contact: Michał Górny <zrchos+freedesktop@gmail.com>
  6.  
  7. include "latin"
  8.  
  9. name[Group1]="Polish";
  10.  
  11. key <AE01> { [ 1, exclam, U007C, exclamdown ] };
  12. key <AE02> { [ 2, at, twosuperior, questiondown ] };
  13. key <AE03> { [ 3, numbersign, threesuperior, sterling ] };
  14. key <AE04> { [ 4, dollar, cent, onequarter ] };
  15. key <AE05> { [ 5, percent, EuroSign, U2030 ] };
  16. key <AE06> { [ 6, asciicircum, onehalf, logicaland ] };
  17. key <AE07> { [ 7, ampersand, section, U2248 ] };
  18. key <AE08> { [ 8, asterisk, degree, threequarters ] };
  19. key <AE09> { [ 9, parenleft, braceleft, U005B ] };
  20. key <AE10> { [ 0, parenright, braceright, U005D ] };
  21. key <AE11> { [ minus, underscore, endash, emdash ] };
  22. key <AE12> { [ equal, plus, dead_cedilla, dead_ogonek ] };
  23.  
  24.  
  25. key <AD01> { [ q, Q, Greek_pi, Greek_OMEGA ] };
  26. key <AD02> { [ w, W, Greek_omega, Greek_OMEGA ] };
  27. key <AD03> { [ e, E, eogonek, Eogonek ] };
  28. key <AD04> { [ r, R, copyright, registered ] };
  29. key <AD05> { [ t, T, ssharp, trademark ] };
  30. key <AD06> { [ y, Y, leftarrow, yen ] };
  31. key <AD07> { [ u, U, downarrow, uparrow ] };
  32. key <AD08> { [ i, I, rightarrow, U2194 ] };
  33. key <AD09> { [ o, O, oacute, Oacute ] };
  34. key <AD10> { [ p, P, Greek_pi, Greek_PI ] };
  35.  
  36. key <AC01> { [ a, A, aogonek, Aogonek, b ] };
  37. key <AC02> { [ s, S, sacute, Sacute ] };
  38. key <AC03> { [ d, D, eth, ETH ] };
  39. key <AC04> { [ f, F, ae, AE ] };
  40. key <AC05> { [ g, G, eng, ENG ] };
  41. key <AC06> { [ h, H, rightsinglequotemark, U2022 ] };
  42. key <AC07> { [ j, J, schwa, SCHWA ] };
  43. key <AC08> { [ k, K, ellipsis, dead_stroke ] };
  44. key <AC09> { [ l, L, lstroke, Lstroke ] };
  45. key <TLDE> { [apostrophe, quotedbl, grave, U007E ] };
  46.  
  47. key <AB01> { [ z, Z, zabovedot, Zabovedot ] };
  48. key <AB02> { [ x, X, zacute, Zacute ] };
  49. key <AB03> { [ c, C, cacute, Cacute ] };
  50. key <AB04> { [ v, V, doublelowquotemark, leftsinglequotemark ] };
  51. key <AB05> { [ b, B, rightdoublequotemark, leftdoublequotemark ] };
  52. key <AB06> { [ n, N, nacute, Nacute ] };
  53. key <AB07> { [ m, M, mu, infinity ] };
  54. key <AB08> { [ comma, semicolon, less, multiply ] };
  55. key <AB09> { [ period, colon, greater, division ] };
  56. key <AB10> { [ slash, question, backslash, U007C ] };
  57.  
  58. key <SPCE> { [ space, space, nobreakspace, nobreakspace ] };
  59.  
  60. key <RALT> {
  61. type[Group1]="ONE_LEVEL",
  62. symbols[Group1]= [ ISO_Level5_Shift ]
  63. };
  64.  
  65. key <LFSH> {
  66. type[Group1]="ONE_LEVEL",
  67. symbols[Group1]=[ ISO_Level2_Latch]
  68. };
  69. modifier_map Shift { Shift_L, ISO_Level2_Latch};
  70.  
  71. key <LALT> {
  72. type[Group1]="ONE_LEVEL",
  73. symbols[Group1]=[ ISO_Level3_Latch]
  74. };
  75.  
  76. include "kpdl(comma)"
  77. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement