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

@@ -82,7 +82,7 @@ class IMICFPS
end
end
def self.action(key)
def self.actions(key)
@@keymap.select do |action, value|
if value.is_a?(Array)
action if value.include?(key)