#3867 allow KP_Enter in main menu
This commit is contained in:
parent
7ed4dd620b
commit
bcb97c9c18
|
@ -108,7 +108,7 @@ menu.menu_keys = { up = { "Up", "k" },
|
|||
down = { "Down", "j" },
|
||||
back = { "Left", "h" },
|
||||
exec = { "Return" },
|
||||
enter = { "Right", "l" },
|
||||
enter = { "Right", "l", "KP_Enter" },
|
||||
close = { "Escape" } }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue