diff --git a/lib/awful/hotkeys_popup/widget.lua b/lib/awful/hotkeys_popup/widget.lua index e8957e3f1..0157cd33f 100644 --- a/lib/awful/hotkeys_popup/widget.lua +++ b/lib/awful/hotkeys_popup/widget.lua @@ -218,6 +218,7 @@ function widget.new(args) KP_Multiply = "Num*", KP_Subtract = "Num-", KP_Add = "Num+", + KP_Enter = "NumEnter", -- Some "obvious" entries are necessary for the Escape sequence -- and whitespace characters: Escape = "Esc",