fix: action.keys error

This commit is contained in:
Olyno 2022-01-12 19:36:25 +01:00
parent 626015302e
commit 968776716b

View file

@ -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 == "⌥") {