Commit f009815
authored
awful.menu: map KP_Enter similar to Return (#3979)
In Awesome's menu system, the KP_Enter key is currently used the same
as the Right key (to descend into a child menu). This is unexpected,
since in general, users expect KP_Enter to work similar to the Return
key (to run the highlighted action/command). This commit corrects that
behavior.
Related: #3867
Signed-off-by: Sicelo A. Mhlongo <absicsz@gmail.com>1 parent 691e364 commit f009815
File tree
1 file changed
+2
-2
lines changed- lib/awful
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments