mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
tmp add keygrabber signal
This commit is contained in:
parent
6338412b5f
commit
fa971ceb7c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue