mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 02:07:58 +01:00
Get rid of horrible coalesced event handlers in commandline.js.
--HG-- branch : key-processing
This commit is contained in:
@@ -327,7 +327,7 @@ var HintSession = Class("HintSession", {
|
||||
*
|
||||
* @param {Event} event The event to handle.
|
||||
*/
|
||||
onEvent: function onEvent(event) {
|
||||
onKeyPress: function onKeyPress(event) {
|
||||
const KILL = false, PASS = true;
|
||||
let key = events.toString(event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user