diff --git a/src/structs/hotkey.lua b/src/structs/hotkey.lua index fbaedacd..32053078 100644 --- a/src/structs/hotkey.lua +++ b/src/structs/hotkey.lua @@ -1,7 +1,7 @@ local keyboardHelper = require("utils.keyboard") local specialKeyAliases = { - plus = "+", + plus = "=", minus = "-", } @@ -127,4 +127,4 @@ function hotkeyStruct.createHotkey(activator, callback) return setmetatable(hotkey, hotkeyMt) end -return hotkeyStruct \ No newline at end of file +return hotkeyStruct