Merge pull request #3869 from unknown321/patch-1

#3867 allow KP_Enter in main menu
This commit is contained in:
mergify[bot] 2023-11-19 01:41:45 +00:00 committed by GitHub
commit 3813320a55
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" },
back = { "Left", "h" },
exec = { "Return" },
enter = { "Right", "l" },
enter = { "Right", "l", "KP_Enter" },
close = { "Escape" } }