Skip to content

Instantly share code, notes, and snippets.

@msolomon
Created August 23, 2015 18:19
Show Gist options
  • Select an option

  • Save msolomon/d829ee66a089a2946ede to your computer and use it in GitHub Desktop.

Select an option

Save msolomon/d829ee66a089a2946ede to your computer and use it in GitHub Desktop.
<item>
<name>Tap shift to move over words</name>
<appendix>Shift keys 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment