Skip to content

Commit

Permalink
#3867 allow KP_Enter in main menu
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown321 authored Nov 19, 2023
1 parent 7ed4dd6 commit bcb97c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awful/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }


Expand Down

0 comments on commit bcb97c9

Please sign in to comment.