Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows mac shortcuts to be used when inside a input element #12549

Closed
wants to merge 1 commit into from

Commits on Jul 22, 2016

  1. Allows mac shortcuts to be used when inside a input element

    This adds the following navigation helpers on macOS:
    
    Alt+LeftArrow / Alt+RightArrow - Jump to previous / next word in the
    input.
    Control+Alt+B / Control+Alt+F - Jump to previous / next word in the
    input.
    CMD+LeftArrow / CMD+RightArrow - Jump to beginning / end of the input.
    Control+A / Control+E - Jump to the beginning / end of the
    input.
    
    It also respects shift when using these shortcuts to make a selection.
    Jim Berlage
    Jim Berlage committed Jul 22, 2016
You can’t perform that action at this time.