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:
parent
c10b4e4b10
commit
e97eeff187
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue