Hello, I'm running the 64bit 0.2.6 release on Ubuntu 12.10.
I've noticed that I'm unable to bind to keyup/keydown keyboard events
using different libraries.
methods tried:
- Keypress.js library.. using keypress.combo() as advertised in their
hello world:
http://dmauro.github.com/Keypress/
- JQuery 1.7 .keydown(function() {}); and .keyup(function() {});
- JQuery 1.7 .bind('keydown', function() {});
Any thoughts/feedback would appreciated. I reviewed the issue tracker
before asking about this. Should I open a ticket?
Thanks,
Jeff