fix(global_keybindings) hotkeys_popup

This commit is contained in:
Aire-One 2021-09-27 00:51:20 +02:00
parent b1b459d60f
commit 9bf5157b05
1 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,9 @@ local shift = 'Shift'
local global_keybindings = { local global_keybindings = {
akey({ modkey }, 's', akey({ modkey }, 's',
hotkeys_popup.show_help, function ()
hotkeys_popup.show_help()
end,
{ description = 'show help', group = 'awesome' }), { description = 'show help', group = 'awesome' }),
akey({ modkey }, 'w', akey({ modkey }, 'w',
function () function ()