Arkiverade
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
kll/layouts/iced_numpad.kll

43 rader
801 B
Plaintext
Normal vy Historik

Name = ICED Numpad Layer;
Version = 0.1;
Author = "HaaTa (Jacob Alexander) 2015";
KLL = 0.3c;
# Modified Date
Date = 2015-08-21;
# Top Row - Left
2015-10-12 05:25:03 +00:00
U"Equals" : flashMode();
# Top Row - Right
U"7" : U"Numlock";
U"8" : U"Keypad Slash";
U"9" : U"Keypad Asterisk";
U"0" : U"Keypad Minus";
# Top-Middle Row - Right
U"U" : U"Keypad 7";
U"I" : U"Keypad 8";
U"O" : U"Keypad 9";
U"P" : U"Keypad Plus";
# Middle Row - Right
U"J" : U"Keypad 4";
U"K" : U"Keypad 5";
U"L" : U"Keypad 6";
U"Semicolon" : U"Keypad Plus";
# Bottom-Middle Row - Right
U"M" : U"Keypad 1";
U"Comma" : U"Keypad 2";
U"Period" : U"Keypad 3";
U"Slash" : U"Keypad Enter";
# Bottom Row - Right
U"Up" : U"Keypad Period";
U"Right" : U"Keypad Enter";
# Bottom Thumb Cluster - Right
U"Space" : U"Keypad 0";