mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 10:53:32 +01:00
Whitespace fixes.
This commit is contained in:
@@ -125,10 +125,10 @@ const config = { //{{{
|
|||||||
get ignoreKeys() {
|
get ignoreKeys() {
|
||||||
delete this.ignoreKeys;
|
delete this.ignoreKeys;
|
||||||
return this.ignoreKeys = {
|
return this.ignoreKeys = {
|
||||||
"<Return>": modes.NORMAL | modes.INSERT,
|
"<Return>": modes.NORMAL | modes.INSERT,
|
||||||
"<Space>": modes.NORMAL | modes.INSERT,
|
"<Space>": modes.NORMAL | modes.INSERT,
|
||||||
"<Up>": modes.NORMAL | modes.INSERT,
|
"<Up>": modes.NORMAL | modes.INSERT,
|
||||||
"<Down>": modes.NORMAL | modes.INSERT,
|
"<Down>": modes.NORMAL | modes.INSERT,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -168,10 +168,10 @@ const config = { //{{{
|
|||||||
get ignoreKeys() {
|
get ignoreKeys() {
|
||||||
delete this.ignoreKeys;
|
delete this.ignoreKeys;
|
||||||
return this.ignoreKeys = {
|
return this.ignoreKeys = {
|
||||||
"<Return>": modes.NORMAL | modes.INSERT,
|
"<Return>": modes.NORMAL | modes.INSERT,
|
||||||
"<Space>": modes.NORMAL | modes.INSERT,
|
"<Space>": modes.NORMAL | modes.INSERT,
|
||||||
"<Up>": modes.NORMAL | modes.INSERT,
|
"<Up>": modes.NORMAL | modes.INSERT,
|
||||||
"<Down>": modes.NORMAL | modes.INSERT,
|
"<Down>": modes.NORMAL | modes.INSERT,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user