1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 20:37:58 +01:00

Whitespace fix.

This commit is contained in:
Doug Kearns
2009-02-17 19:17:33 +11:00
parent 4a475bb234
commit 7b9dfd2070

View File

@@ -1054,7 +1054,7 @@ function Events() //{{{
//
else if (liberator.has("MacUnix") && event.ctrlKey && event.charCode >= 27 && event.charCode <= 31)
{
if(event.charCode == 27) // [Ctrl-Bug 1/5] the <C-[> bug
if (event.charCode == 27) // [Ctrl-Bug 1/5] the <C-[> bug
{
key = "Esc";
modifier = modifier.replace("C-", "");