1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 19:44:11 +01:00

Fix keypress handling bug

This commit is contained in:
Kris Maglione
2008-12-17 22:17:10 -05:00
parent e86ae1d6da
commit c40238e109

View File

@@ -1427,6 +1427,7 @@ function Events() //{{{
// TODO: map.rhs is only defined for user defined commands, should add a "isDefault" property
else if (map && !skipMap && (map.rhs || candidates.length == 0))
{
input.pendingMap = null;
input.count = parseInt(countStr, 10);
if (isNaN(input.count))
input.count = -1;