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.

whitefox.kll 739B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. Name = whitefox;
  2. Version = 0.1;
  3. Author = "Matt3o and HaaTa (Jacob Alexander) 2015";
  4. KLL = 0.3c;
  5. # Modified Date
  6. Date = 2015-08-16;
  7. # Number Row
  8. U"1" : U"F1";
  9. U"2" : U"F2";
  10. U"3" : U"F3";
  11. U"4" : U"F4";
  12. U"5" : U"F5";
  13. U"6" : U"F6";
  14. U"7" : U"F7";
  15. U"8" : U"F8";
  16. U"9" : U"F9";
  17. U"0" : U"F10";
  18. U"-" : U"F11";
  19. U"=" : U"F12";
  20. U"Backspace" : U"Delete";
  21. U"Backtick" : U"PrintScreen";
  22. # Top Row
  23. U"Delete" : CONS"Mute";
  24. # Middle Row
  25. U"PageUp" : CONS"VolumeUp";
  26. # Bottom Row
  27. U"Up" : U"PageUp";
  28. U"PageDown" : CONS"VolumeDown";
  29. # Space Row
  30. U"Gui" : U"Menu";
  31. U"Left" : U"Home";
  32. U"Down" : U"PageDown";
  33. U"Right" : U"End";