mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
Oops!
This commit is contained in:
parent
65e8cce2ea
commit
c8acedf1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ function clearActions() {
|
|||
action.keys = ['Ctrl', 'J'];
|
||||
} else if (action.action == "settings") {
|
||||
action.keycheck = false;
|
||||
} else if (action.action = "history") {
|
||||
} else if (action.action == "history") {
|
||||
action.keys = ['Ctrl', 'H'];
|
||||
} else if (action.action == "go-back") {
|
||||
action.keys = ['Alt','←'];
|
||||
|
|
|
|||
Loading…
Reference in a new issue