diff --git a/common/content/events.js b/common/content/events.js index a8d6290c..8d25106d 100644 --- a/common/content/events.js +++ b/common/content/events.js @@ -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 bug + if (event.charCode == 27) // [Ctrl-Bug 1/5] the bug { key = "Esc"; modifier = modifier.replace("C-", "");