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

Fix rapid succession <Tab><Tab> when busy. Don't wait for all contexts to complete when processing <Tab>

This commit is contained in:
Kris Maglione
2009-01-06 23:12:51 -05:00
parent 3116c16d54
commit 102605556d
4 changed files with 40 additions and 19 deletions

View File

@@ -1014,7 +1014,7 @@ function Events() //{{{
if (event.metaKey)
modifier += "M-";
if (event.type == "keypress")
if (/^key/.test(event.type))
{
if (event.charCode == 0)
{