1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +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) 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"; key = "Esc";
modifier = modifier.replace("C-", ""); modifier = modifier.replace("C-", "");