diff options
author | June McEnroe <june@causal.agency> | 2016-07-08 12:19:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-07-08 12:19:46 -0400 |
commit | 7086a1ca056d08252717f15d5109b53b42976eba (patch) | |
tree | c142202450b00a68cfedc1472b6a37affeab393c | |
parent | Forward SSH agent to *.local (diff) | |
download | src-7086a1ca056d08252717f15d5109b53b42976eba.tar.gz src-7086a1ca056d08252717f15d5109b53b42976eba.zip |
Swap square brackets and braces
Diffstat (limited to '')
-rw-r--r-- | Library/Application Support/Karabiner/private.xml | 18 |
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> |