Add Karabiner Elements configuration
Alan Pearce alan@alanpearce.uk
Mon, 26 Sep 2016 09:38:36 +0200
1 files changed, 26 insertions(+), 0 deletions(-)
A tag-karabiner/karabiner.d/configuration/karabiner.json
@@ -0,0 +1,26 @@+{ + "profiles": [{ + "name": "Default Profile", + "selected": true, + "simple_modifications": { + "caps_lock": "delete_or_backspace", + "left_control": "left_command", + "left_command": "left_option", + "left_option": "left_control", + + "right_option": "right_control", + "right_command": "right_option", + "right_control": "right_command" + } + }, { + "name": "Macbook keyboard", + "simple_modifications": { + "caps_lock": "delete_or_backspace", + "non_us_backslash": "grave_accent_and_tilde", + "grave_accent_and_tilde": "non_us_backslash", + + "left_command": "left_control", + "right_command": "right_control" + } + }] +}