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