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

Update mousetrap.js (fix for keyup with multiple modifiers) #317

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

Commits on Dec 10, 2015

  1. Update mousetrap.js

    Changes to ensure that keyup fires when combination consists of multiple modifiers and ends with a modifier key.
    prominentdetail committed Dec 10, 2015
    Configuration menu
    Copy the full SHA
    13633c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. namespaces for key bindings

    This is the start of namespace feature for keybinding. so for example, ctrl+a.name and ctrl+a.name2 could be triggered with same key combination.
    prominentdetail committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    132d089 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Update mousetrap.js

    If there was a space+c binding for instance, it would fire when c is pressed and not consider space. Now, any key will check to ensure previous keys are still held before firing. If window loses focus, it will clear the arrays that hold the held and released keys.
    prominentdetail committed Dec 28, 2015
    Configuration menu
    Copy the full SHA
    8369d68 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Update mousetrap.js

    prominentdetail committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    f319eea View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2021

  1. Update mousetrap.js

    prominentdetail committed Jul 7, 2021
    Configuration menu
    Copy the full SHA
    6e9cf10 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Update mousetrap.js

    prominentdetail committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    b536c57 View commit details
    Browse the repository at this point in the history