Label numeric keypad Enter to hotkeys_popup

When adding human-readable key names to `lib/awful/hotkeys_popup/widget.lua`, I forgot to add the Enter key in the numeric keypad to the list.

Signed-off-by: ArenaL5 <arenal5@gmx.com>
This commit is contained in:
ArenaL5 2020-03-22 01:11:55 +01:00
parent c10b4e4b10
commit e97eeff187
1 changed files with 1 additions and 0 deletions

View File

@ -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",