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

added ability to specify multiple keys that could trigger the event #234

Closed
wants to merge 17 commits into from

Commits on Apr 15, 2011

  1. added ability to specify multiple keys that could trigger the event

    ex. keypress:keys(j,down,enter)
    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    f7a9c69 View commit details
    Browse the repository at this point in the history
  2. using pipe instead

    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    9b767cc View commit details
    Browse the repository at this point in the history
  3. Event.definePseudo now calls Events.definePseudos, also updating Keyb…

    …oard to simply use the full power of the keys pseudo
    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    940e5d9 View commit details
    Browse the repository at this point in the history
  4. Keyboard api says "ctrl" is equal to "control", so added that back in…

    …. also, allowing regular keyup and keydown events to pass through, needed by the Events.Pseudos.Keys
    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    1c08be7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6597595 View commit details
    Browse the repository at this point in the history
  6. Update Docs with multiple combinations for :keys

    Arian authored and seanmonstar committed Apr 15, 2011
    Copy the full SHA
    bf2458c View commit details
    Browse the repository at this point in the history
  7. Fix whitespace

    Arian authored and seanmonstar committed Apr 15, 2011
    Copy the full SHA
    05e136e View commit details
    Browse the repository at this point in the history
  8. :keys now accepts ctrl as well as control. Moved this from Keyboard t…

    …o :keys
    Arian authored and seanmonstar committed Apr 15, 2011
    Copy the full SHA
    352f991 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    9190857 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    790208d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b63c4ab View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    230bdc9 View commit details
    Browse the repository at this point in the history
  13. adding meta to Event.Keys

    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    300669a View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ed4a7a7 View commit details
    Browse the repository at this point in the history
  15. use a delay, so that other listeners for the same combination still t…

    …rigger, but then pressed is emptied afterwards.
    
    fixes tests, since they would trigger the key events all at once, the pressed array would contain all the keys. This would could callback5 to be wrongly called.
    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    ceadeea View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    f820982 View commit details
    Browse the repository at this point in the history
  17. whitespace nazi

    seanmonstar committed Apr 15, 2011
    Copy the full SHA
    c0ef161 View commit details
    Browse the repository at this point in the history