``` React.createClass({ hotkeys: function() { return { "?": this.toggleHelp } }); ``` This would allow the binding code to listen to `keypress` and `keyup` and match up keys based on input. Maybe this should just use mousetrap internally?
This would allow the binding code to listen to
keypressandkeyupand match up keys based on input.Maybe this should just use mousetrap internally?