1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 16:15:46 +01:00
--HG--
branch : groups
This commit is contained in:
Kris Maglione
2011-02-07 20:39:13 -05:00
parent e9a18c1a5a
commit 4b4925fdaa
2 changed files with 8 additions and 3 deletions

View File

@@ -1105,7 +1105,7 @@ var Events = Module("events", {
// Hack to deal with <BS> and so forth not dispatching input
// events
if (event.originalTarget instanceof HTMLInputElement && !modes.main.passthrough) {
if (key && event.originalTarget instanceof HTMLInputElement && !modes.main.passthrough) {
let elem = event.originalTarget;
elem.dactylKeyPress = elem.value;
util.timeout(function () {