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.

kishsaver_unix1.kll 478B

12345678910111213141516171819202122232425262728293031
  1. Name = kishsaver_unix1;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-09-16;
  7. # Row 1
  8. U"Backtick" : U"Esc";
  9. U"Inter2" : U"Backtick";
  10. U"Backspace" : U"Delete";
  11. # Row 2
  12. U"Delete" : U"Backspace";
  13. # Row 3
  14. U"CapsLock" : U"Ctrl";
  15. # Row 4
  16. U"Inter3" : U"RShift";
  17. U"RShift" : U"Function1";
  18. # Row 5
  19. U"LCtrl" : U"Function2";
  20. U"LGui" : U"LAlt";
  21. U"LAlt" : U"LGui";
  22. U"RAlt" : U"RGui";
  23. U"RGui" : U"RAlt";
  24. U"RCtrl" : U"Function3";