awful.key: fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
66767605ee
commit
75203f0f94
|
@ -47,7 +47,7 @@ function match(key, pressed_mod, pressed_key)
|
|||
local mod = key.modifiers
|
||||
local nbmod = 0
|
||||
for _, m in ipairs(pressed_mod) do
|
||||
if awful.util.table.hasitem(mod, m) then
|
||||
if util.table.hasitem(mod, m) then
|
||||
nbmod = nbmod + 1
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue