1
0
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:
Doug Kearns
2008-10-29 06:12:01 +00:00
parent cdf10aecfc
commit 416440edbb
3 changed files with 30 additions and 25 deletions

View File

@@ -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")