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:
@@ -1014,7 +1014,7 @@ function Events() //{{{
|
||||
if (event.metaKey)
|
||||
modifier += "M-";
|
||||
|
||||
if (event.type == "keypress")
|
||||
if (/^key/.test(event.type))
|
||||
{
|
||||
if (event.charCode == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user