This commit is contained in:
2020-07-19 09:42:55 -05:00
parent 4ee97cca4b
commit d72e8ccbd0
15 changed files with 91 additions and 110 deletions

View File

@@ -38,7 +38,7 @@ class IMICFPS
InputMapper.keys.each do |key, pressed|
next unless pressed
actions = InputMapper.action(key)
actions = InputMapper.actions(key)
next unless actions
actions.each do |action|