From d8b2821e2326dcd01b72c826c41a6c86d7f154cc Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 9 May 2017 19:13:18 +0800 Subject: [PATCH] karabiner - map right_command to eacape --- config/karabiner/karabiner.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/karabiner/karabiner.json b/config/karabiner/karabiner.json index 3885447..036161f 100644 --- a/config/karabiner/karabiner.json +++ b/config/karabiner/karabiner.json @@ -22,13 +22,16 @@ "f9": "fastforward" }, "name": "Default profile", + "one_to_many_mappings": {}, "selected": true, "simple_modifications": { "caps_lock": "left_control", + "right_option": "right_control", "right_command": "right_option" }, "standalone_keys": { - "caps_lock": "escape" + "caps_lock": "escape", + "right_command": "escape" }, "virtual_hid_keyboard": { "caps_lock_delay_milliseconds": 0, -- 2.11.0