diff --git a/src/input/keyboard/combo/KeyCombo.js b/src/input/keyboard/combo/KeyCombo.js index b5a36b2e7..1494d78d5 100644 --- a/src/input/keyboard/combo/KeyCombo.js +++ b/src/input/keyboard/combo/KeyCombo.js @@ -90,7 +90,7 @@ var KeyCombo = new Class({ return; } - var matched = ProcessKeyCombo(event.data, _this); + var matched = ProcessKeyCombo(event, _this); if (matched) {