Dan McDougall

Results 44 comments of Dan McDougall

I agree. The mapping should definitely be: ``` controller event = some action or actions ``` That makes a heck of a lot more sense.

Let me make a clarification: I was using the latest github code with Python 3. PLY has some known issues with Python 3. If you're not seeing the same behavior...

If you desperately need this functionality you can pull it off with HumanInput instead of keymaster: https://github.com/liftoff/HumanInput/#reference-the-humaninput-event-inside-callbacks-via-this Just register a callback `on('keydown')` or `on('keyup')` events and do a `regex.test(this.HIEvent)` inside...