Created
December 2, 2014 17:02
-
-
Save msolomon/b89baf99b872257afe51 to your computer and use it in GitHub Desktop.
Karabiner - Tap shift to move wordwise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Tap shift to move wordwise</name> | |
| <appendix>Shifts move the cursor one word forward or backward when pressed alone. When used with other keys they act as normal shifts.</appendix> | |
| <identifier>private.shifts_to_forward_backward_word</identifier> | |
| <autogen>--KeyOverlaidModifier-- KeyCode::SHIFT_R, ModifierFlag::SHIFT_R | ModifierFlag::NONE, KeyCode::SHIFT_R, KeyCode::CURSOR_RIGHT, ModifierFlag::OPTION_L</autogen> | |
| <autogen>--KeyOverlaidModifier-- KeyCode::SHIFT_L, ModifierFlag::SHIFT_L | ModifierFlag::NONE, KeyCode::SHIFT_L, KeyCode::CURSOR_LEFT, ModifierFlag::OPTION_L</autogen> | |
| </item> | |
| </root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment