mirror of
https://github.com/alyssaxuu/omni.git
synced 2026-03-11 08:54:35 +00:00
fix: action.keys error
This commit is contained in:
parent
626015302e
commit
968776716b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ function clearActions() {
|
|||
} else if (action.action == "scroll-bottom") {
|
||||
action.keys = ['End'];
|
||||
}
|
||||
actions.keys.forEach(function(key){
|
||||
action.keys.forEach(function(key){
|
||||
if (key == "⌘") {
|
||||
key = "Ctrl";
|
||||
} else if (key == "⌥") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue