Merge pull request #8 from Olyno/fix/actions

fix: action.keys error
This commit is contained in:
Alyssa X 2022-01-12 19:40:11 +01:00 committed by GitHub
commit 0357595625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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