wysihtml5
wysihtml5 copied to clipboard
Proxy key* events
Forward the keyup, keydown, and keypress events from both the textarea and composer. This doesn't have a noticeable performance impact even when mashing the keyboard and is very convenient.
:+1:
:shipit: We've implemented the same thing in Basecamp. Native support would be nice.
Looks good to me. Scheduled for v0.5. Other events that should be proxied: click, mousedown, mouseup, mouseover, mouseout, paste, drop
:+1: @tiff Don't forget the input event :-)
:+1: Looking forward to this. Being able to get click events is something I need.