From 475b71a0822d9b6b4dac646949851d3ee49e6887 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 26 Sep 2016 09:38:36 +0200 Subject: Add Karabiner Elements configuration --- .../karabiner.d/configuration/karabiner.json | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 tag-karabiner/karabiner.d/configuration/karabiner.json (limited to 'tag-karabiner') diff --git a/tag-karabiner/karabiner.d/configuration/karabiner.json b/tag-karabiner/karabiner.d/configuration/karabiner.json new file mode 100644 index 0000000..582da0c --- /dev/null +++ b/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" + } + }] +} -- cgit 1.4.1