KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

defaultMapExample.kll 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Name = Kishsaver;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.2d;
  5. # Modified Date
  6. Date = 2014-06-12;
  7. S0x40 : U"Backspace";
  8. S0x42 : U"}";
  9. S0x43 : U"Delete";
  10. S0x44 : U"Enter";
  11. S0x46 : U"RShift";
  12. S0x47 : U"RCtrl";
  13. S0x48 : U"=";
  14. S0x49 : U"-";
  15. S0x4A : U"{";
  16. S0x4B : U"\";
  17. S0x4C : U"'";
  18. S0x4D : U"/";
  19. S0x4E : U"RGui";
  20. S0x4F : U"RAlt";
  21. S0x50 : U"0";
  22. S0x51 : U"9";
  23. S0x52 : U"P";
  24. S0x53 : U"O";
  25. S0x54 : U";";
  26. S0x55 : U"L";
  27. S0x56 : U".";
  28. S0x57 : U",";
  29. S0x58 : U"8";
  30. S0x59 : U"7";
  31. S0x5A : U"I";
  32. S0x5B : U"U";
  33. S0x5C : U"J";
  34. S0x5D : U"K";
  35. S0x5E : U"M";
  36. S0x5F : U"N";
  37. S0x60 : U"6";
  38. S0x61 : U"5";
  39. S0x62 : U"Y";
  40. S0x63 : U"T";
  41. S0x64 : U"H";
  42. S0x65 : U"G";
  43. S0x66 : U"B";
  44. S0x67 : U"Space";
  45. S0x68 : U"4";
  46. S0x69 : U"3";
  47. S0x6A : U"R";
  48. S0x6B : U"E";
  49. S0x6C : U"F";
  50. S0x6D : U"D";
  51. S0x6E : U"C";
  52. S0x6F : U"V";
  53. S0x70 : U"2";
  54. S0x71 : U"Q";
  55. S0x72 : U"W";
  56. S0x73 : U"A";
  57. S0x74 : U"S";
  58. S0x75 : U"X";
  59. S0x76 : U"Z";
  60. S0x77 : U"LAlt";
  61. S0x78 : U"1";
  62. S0x79 : U"`";
  63. S0x7A : U"Tab";
  64. S0x7B : U"CapsLock";
  65. S0x7C : U"LShift";
  66. S0x7D : U"Inter1";
  67. S0x7E : U"LGui";
  68. S0x7F : U"LCtrl";