tmp add keygrabber signal

This commit is contained in:
Emmanuel Lepage Vallee 2022-09-05 17:23:42 -07:00
parent 6338412b5f
commit fa971ceb7c
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ local function runner(self, modifiers, key, event)
local filtered_modifiers = {}
-- User defined cases
if self._private.keybindings[key] and event == "press" then
if self._private.keybindings[key] then
-- Remove caps and num lock
for _, m in ipairs(modifiers) do
if not gtable.hasitem(akey.ignore_modifiers, m) then