summaryrefslogtreecommitdiffstats
path: root/config/karabiner/assets/complex_modifications/command-escape.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/karabiner/assets/complex_modifications/command-escape.json')
-rw-r--r--config/karabiner/assets/complex_modifications/command-escape.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/config/karabiner/assets/complex_modifications/command-escape.json b/config/karabiner/assets/complex_modifications/command-escape.json
deleted file mode 100644
index f00158c..0000000
--- a/config/karabiner/assets/complex_modifications/command-escape.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "title": "Map Command to Escape when pressed alone",
- "rules": [
- {
- "description": "Map command to escape",
- "manipulators": [
- {
- "type": "basic",
- "from": {
- "key_code": "left_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "left_command",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- },
- {
- "type": "basic",
- "from": {
- "key_code": "right_command",
- "modifiers": {
- "optional": [
- "any"
- ]
- }
- },
- "to": [
- {
- "key_code": "right_command",
- "lazy": true
- }
- ],
- "to_if_alone": [
- {
- "key_code": "escape"
- }
- ]
- }
- ]
- }
- ]
-}