logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

kr (1168B)


  1. default alphanumeric_keys
  2. xkb_symbols "kr106" {
  3. include "us"
  4. name[Group1]= "Korean";
  5. include "kr(hw_keys)"
  6. };
  7. alphanumeric_keys
  8. xkb_symbols "kr104" {
  9. include "us"
  10. name[Group1]= "Korean (101/104-key compatible)";
  11. include "kr(ralt_hangul)"
  12. include "kr(rctrl_hanja)"
  13. };
  14. partial function_keys
  15. xkb_symbols "hw_keys" {
  16. key <HNGL> { [ Hangul ] };
  17. key <HJCV> { [ Hangul_Hanja ] };
  18. };
  19. partial function_keys
  20. xkb_symbols "ralt_hangul" {
  21. replace key <RALT> {
  22. type[Group1] = "ONE_LEVEL",
  23. symbols[Group1]= [ Hangul ]
  24. };
  25. };
  26. partial function_keys
  27. xkb_symbols "rctrl_hangul" {
  28. replace key <RCTL> {
  29. type[Group1] = "ONE_LEVEL",
  30. symbols[Group1]= [ Hangul ]
  31. };
  32. };
  33. partial function_keys
  34. xkb_symbols "ralt_hanja" {
  35. replace key <RALT> {
  36. type[Group1] = "ONE_LEVEL",
  37. symbols[Group1]= [ Hangul_Hanja ]
  38. };
  39. };
  40. partial function_keys
  41. xkb_symbols "rctrl_hanja" {
  42. replace key <RCTL> {
  43. type[Group1] = "ONE_LEVEL",
  44. symbols[Group1]= [ Hangul_Hanja ]
  45. };
  46. };
  47. // EXTRAS:
  48. partial alphanumeric_keys
  49. xkb_symbols "sun_type6" {
  50. include "sun_vndr/kr(sun_type6)"
  51. };