{ "title": "Engram Keyboard", "rules": [ { "description": "Remap keys to use Engram keyboard layout", "manipulators": [ { "type": "basic", "from": { "key_code": "grave_accent_and_tilde", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "open_bracket" } ] }, { "type": "basic", "from": { "key_code": "grave_accent_and_tilde", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "open_bracket", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "1", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "1" } ] }, { "type": "basic", "from": { "key_code": "2", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "2" } ] }, { "type": "basic", "from": { "key_code": "4", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "4" } ] }, { "type": "basic", "from": { "key_code": "5", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "5" } ] }, { "type": "basic", "from": { "key_code": "6", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "6" } ] }, { "type": "basic", "from": { "key_code": "7", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "7" } ] }, { "type": "basic", "from": { "key_code": "8", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "8" } ] }, { "type": "basic", "from": { "key_code": "9", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "9" } ] }, { "type": "basic", "from": { "key_code": "0", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "0" } ] }, { "type": "basic", "from": { "key_code": "hyphen", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "close_bracket" } ] }, { "type": "basic", "from": { "key_code": "equal_sign", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "slash" } ] }, { "type": "basic", "from": { "key_code": "equal_sign", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "backslash" } ] }, { "type": "basic", "from": { "key_code": "q", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "b" } ] }, { "type": "basic", "from": { "key_code": "q", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "b", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "w", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "y" } ] }, { "type": "basic", "from": { "key_code": "w", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "y", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "e", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "o" } ] }, { "type": "basic", "from": { "key_code": "e", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "o", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "r", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "u" } ] }, { "type": "basic", "from": { "key_code": "r", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "u", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "t", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "quote" } ] }, { "type": "basic", "from": { "key_code": "t", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "9", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "y", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "quote", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "y", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "0", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "u", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "l" } ] }, { "type": "basic", "from": { "key_code": "u", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "l", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "i", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "d" } ] }, { "type": "basic", "from": { "key_code": "i", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "d", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "o", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "w" } ] }, { "type": "basic", "from": { "key_code": "o", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "w", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "p", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "v" } ] }, { "type": "basic", "from": { "key_code": "p", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "v", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "open_bracket", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "z" } ] }, { "type": "basic", "from": { "key_code": "open_bracket", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "z", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "close_bracket", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "3", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "close_bracket", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "4", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "backslash", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "2", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "backslash", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "grave_accent_and_tilde" } ] }, { "type": "basic", "from": { "key_code": "a", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "c" } ] }, { "type": "basic", "from": { "key_code": "a", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "c", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "s", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "i" } ] }, { "type": "basic", "from": { "key_code": "s", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "i", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "d", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "e" } ] }, { "type": "basic", "from": { "key_code": "d", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "e", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "f", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "a" } ] }, { "type": "basic", "from": { "key_code": "f", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "a", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "g", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "comma" } ] }, { "type": "basic", "from": { "key_code": "h", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "period" } ] }, { "type": "basic", "from": { "key_code": "j", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "h" } ] }, { "type": "basic", "from": { "key_code": "j", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "h", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "k", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "t" } ] }, { "type": "basic", "from": { "key_code": "k", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "t", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "l", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "s" } ] }, { "type": "basic", "from": { "key_code": "l", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "s", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "semicolon", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "n" } ] }, { "type": "basic", "from": { "key_code": "semicolon", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "n", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "quote", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "q" } ] }, { "type": "basic", "from": { "key_code": "quote", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "q", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "z", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "g" } ] }, { "type": "basic", "from": { "key_code": "z", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "g", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "x", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "x" } ] }, { "type": "basic", "from": { "key_code": "x", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "x", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "c", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "j" } ] }, { "type": "basic", "from": { "key_code": "c", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "j", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "v", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "k" } ] }, { "type": "basic", "from": { "key_code": "v", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "k", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "b", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "hyphen" } ] }, { "type": "basic", "from": { "key_code": "b", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "hyphen", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "n", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "slash", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "n", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "1", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "m", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "r" } ] }, { "type": "basic", "from": { "key_code": "m", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "r", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "comma", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "m" } ] }, { "type": "basic", "from": { "key_code": "comma", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "m", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "period", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "f" } ] }, { "type": "basic", "from": { "key_code": "period", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "f", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "slash", "modifiers": { "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "p" } ] }, { "type": "basic", "from": { "key_code": "slash", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "p", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "1", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "backslash", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "2", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "equal_sign" } ] }, { "type": "basic", "from": { "key_code": "3", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "grave_accent_and_tilde", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "4", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "equal_sign", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "5", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "comma", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "6", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "period", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "7", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "6", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "8", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "7", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "9", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "5", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "0", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "8", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "hyphen", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "close_bracket", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "t", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "9", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "y", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "0", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "g", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "semicolon" } ] }, { "type": "basic", "from": { "key_code": "h", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "semicolon", "modifiers": [ "left_shift" ] } ] }, { "type": "basic", "from": { "key_code": "n", "modifiers": { "mandatory": [ "shift" ], "optional": [ "caps_lock", "command", "control", "option" ] } }, "to": [ { "key_code": "1", "modifiers": [ "left_shift" ] } ] } ] } ] }