summary refs log tree commit diff
path: root/Library/Application Support/Karabiner
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Application Support/Karabiner')
-rw-r--r--Library/Application Support/Karabiner/private.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Library/Application Support/Karabiner/private.xml b/Library/Application Support/Karabiner/private.xml
index 753a73ed..3c04f267 100644
--- a/Library/Application Support/Karabiner/private.xml
+++ b/Library/Application Support/Karabiner/private.xml
@@ -34,6 +34,24 @@
       KeyCode::BACKSLASH,
     </autogen>
 
+    <appendix>Swap square brackets and braces</appendix>
+    <autogen>__KeyToKey__
+      KeyCode::BRACKET_LEFT, ModifierFlag::NONE,
+      KeyCode::BRACKET_LEFT, ModifierFlag::SHIFT_L
+    </autogen>
+    <autogen>__KeyToKey__
+      KeyCode::BRACKET_LEFT, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT | ModifierFlag::NONE,
+      KeyCode::BRACKET_LEFT,
+    </autogen>
+    <autogen>__KeyToKey__
+      KeyCode::BRACKET_RIGHT, ModifierFlag::NONE,
+      KeyCode::BRACKET_RIGHT, ModifierFlag::SHIFT_L
+    </autogen>
+    <autogen>__KeyToKey__
+      KeyCode::BRACKET_RIGHT, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT | ModifierFlag::NONE,
+      KeyCode::BRACKET_RIGHT,
+    </autogen>
+
     <appendix>Swap numbers and symbols</appendix>
     <autogen>__KeyToKey__ KeyCode::KEY_1, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT, KeyCode::KEY_1</autogen>
     <autogen>__KeyToKey__ KeyCode::KEY_2, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_SHIFT, KeyCode::KEY_2</autogen>
span title='2021-01-19 23:23:59 -0500'>2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe