mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 21:34:17 +01:00
whitespace fixes
This commit is contained in:
@@ -1322,7 +1322,7 @@ function Events() //{{{
|
||||
|
||||
if (modes.extended & modes.HINTS)
|
||||
{
|
||||
// under HINT mode, certain keys are redirected to hints.onEvent
|
||||
// under HINT mode, certain keys are redirected to hints.onEvent
|
||||
if (key == "<Return>" || key == "<Tab>" || key == "<S-Tab>"
|
||||
|| key == mappings.getMapLeader()
|
||||
|| (key == "<BS>" && hints.previnput == "number")
|
||||
|
||||
Reference in New Issue
Block a user