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.

colemak.kll 346B

12345678910111213141516171819202122232425262728293031
  1. Name = colemak;
  2. Version = 0.1;
  3. Author = "HaaTa (Jacob Alexander) 2014";
  4. KLL = 0.3;
  5. # Modified Date
  6. Date = 2014-09-07;
  7. # Top Row
  8. 'e' : 'f';
  9. 'r' : 'p';
  10. 't' : 'g';
  11. 'y' : 'j';
  12. 'u' : 'l';
  13. 'i' : 'u';
  14. 'o' : 'y';
  15. 'p' : ';';
  16. # Middle Row
  17. 's' : 'r';
  18. 'd' : 's';
  19. 'f' : 't';
  20. 'g' : 'd';
  21. 'j' : 'n';
  22. 'k' : 'e';
  23. 'l' : 'i';
  24. ';' : 'o';
  25. # Bottom Row
  26. 'n' : 'k';