Skip to content

Commit

Permalink
Merge pull request #3869 from unknown321/patch-1
Browse files Browse the repository at this point in the history
#3867 allow KP_Enter in main menu
  • Loading branch information
mergify[bot] committed Nov 19, 2023
2 parents dfe6a47 + bcb97c9 commit 3813320
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 3813320

Please sign in to comment.