From 9bf5157b052421656d114f1c285715f6334ceb97 Mon Sep 17 00:00:00 2001 From: Aire-One Date: Mon, 27 Sep 2021 00:51:20 +0200 Subject: [PATCH] fix(global_keybindings) hotkeys_popup --- configuration/global_keybindings.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration/global_keybindings.lua b/configuration/global_keybindings.lua index f60385e..1a72bf7 100644 --- a/configuration/global_keybindings.lua +++ b/configuration/global_keybindings.lua @@ -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 ()