fix(global_keybindings) hotkeys_popup
This commit is contained in:
parent
b1b459d60f
commit
9bf5157b05
|
@ -21,7 +21,9 @@ local shift = 'Shift'
|
|||
|
||||
local global_keybindings = {
|
||||
akey({ modkey }, 's',
|
||||
hotkeys_popup.show_help,
|
||||
function ()
|
||||
hotkeys_popup.show_help()
|
||||
end,
|
||||
{ description = 'show help', group = 'awesome' }),
|
||||
akey({ modkey }, 'w',
|
||||
function ()
|
||||
|
|
Loading…
Reference in New Issue