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

Enhance keyboard util. #8571

Merged
merged 1 commit into from
Apr 15, 2016
Merged

Commits on Apr 11, 2016

  1. Enhance keyboard util.

    Enhanced keyboard util by adding a parameter that is passed to the `handled` function based on the evaluation of the function that was handled.
    It is now easier to only do certain actions (e.g. calling `preventDefaul()`) in the `handled` handler by letting the other function (e.g. `next`, `up`, ...) return some value, which is directly passed into `handled` as the first parameter.
    I also adjusted the calls to the keyboard util for some plugins to fix issues and prevent bad behavior.
    Owlbertz committed Apr 11, 2016
    Configuration menu
    Copy the full SHA
    878f8ac View commit details
    Browse the repository at this point in the history