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

don't block modifier key combos such as ctrl+k in inputs #387

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 31, 2017

  1. don't block modifier key combos such as ctrl+k

    I recently found that blocking "regular combos" such as ctrl+k or alt+w in input elements confuse users badly.
    
    Since those combos don't hurt in input fields, the default should let them through.
    srkunze committed May 31, 2017
    Configuration menu
    Copy the full SHA
    e1477b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. block shortcuts of input field (navigation: most-left/most-right, sel…

    …ect all, undo/redo, copy/cut/paste)
    srkunze committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    1da26b3 View commit details
    Browse the repository at this point in the history