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.

hhkbpro2.kll 854B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Name = hhkbpro2;
  2. Version = 0.2;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3c;
  5. # Modified Date
  6. Date = 2015-10-12;
  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"Backslash" : U"Insert";
  21. U"Backtick" : U"Delete";
  22. # Top Row
  23. U"Tab" : U"Capslock";
  24. U"W" : flashMode();
  25. U"I" : U"PrintScreen";
  26. U"O" : U"ScrollLock";
  27. U"P" : U"Pause";
  28. U"[" : U"Up";
  29. # Middle Row
  30. U"A" : CONS"VolumeDown";
  31. U"S" : CONS"VolumeUp";
  32. U"D" : CONS"Mute";
  33. U"F" : CONS"Eject";
  34. U"H" : U"Keypad Asterisk";
  35. U"J" : U"Keypad Slash";
  36. U"K" : U"Home";
  37. U"L" : U"PageUp";
  38. U";" : U"Left";
  39. U"Quote" : U"Right";
  40. # Bottom Row
  41. U"N" : U"Keypad Plus";
  42. U"M" : U"Keypad Minus";
  43. U"Comma" : U"End";
  44. U"Period" : U"PageDown";
  45. U"Slash" : U"Down";
  46. # Space Row
  47. # N/A