awful.menu: fix custom keybindings
Signed-off-by: Gregor Best <farhaven@googlemail.com> Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e9acefa24e
commit
addfd7b39f
|
@ -341,7 +341,7 @@ function new(menu, parent, num)
|
||||||
local data = {}
|
local data = {}
|
||||||
|
|
||||||
if not menu_keys.up then
|
if not menu_keys.up then
|
||||||
setkeys()
|
setkeys(menu.keys)
|
||||||
end
|
end
|
||||||
|
|
||||||
data.items = {}
|
data.items = {}
|
||||||
|
|
Loading…
Reference in New Issue