#3867 allow KP_Enter in main menu

This commit is contained in:
u 2023-11-19 03:37:16 +03:00 committed by GitHub
parent 7ed4dd620b
commit bcb97c9c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ menu.menu_keys = { up = { "Up", "k" },
down = { "Down", "j" }, down = { "Down", "j" },
back = { "Left", "h" }, back = { "Left", "h" },
exec = { "Return" }, exec = { "Return" },
enter = { "Right", "l" }, enter = { "Right", "l", "KP_Enter" },
close = { "Escape" } } close = { "Escape" } }