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:
@@ -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-", "");
|
||||
|
||||
Reference in New Issue
Block a user