mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 04:44:10 +01:00
Fix keypress handling bug
This commit is contained in:
@@ -1427,6 +1427,7 @@ function Events() //{{{
|
|||||||
// TODO: map.rhs is only defined for user defined commands, should add a "isDefault" property
|
// TODO: map.rhs is only defined for user defined commands, should add a "isDefault" property
|
||||||
else if (map && !skipMap && (map.rhs || candidates.length == 0))
|
else if (map && !skipMap && (map.rhs || candidates.length == 0))
|
||||||
{
|
{
|
||||||
|
input.pendingMap = null;
|
||||||
input.count = parseInt(countStr, 10);
|
input.count = parseInt(countStr, 10);
|
||||||
if (isNaN(input.count))
|
if (isNaN(input.count))
|
||||||
input.count = -1;
|
input.count = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user