X11: Allow scrolling menus with PageUp/PageDown/Home/End

Change the menu_key() translation table command so it accepts
a parameter, and we can pass a (default) menu control key to it.
This commit is contained in:
Pasi Kallinen
2026-08-12 12:37:37 +03:00
parent feaa9ed334
commit a64c7c64e5
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -245,6 +245,7 @@ X11: obey timed_delay
X11: improve TTY-style status line with text attributes for status hilites,
hitpointbar, some unicode support, 3-line status
X11: fix menu windows being taller than the screen
X11: allow menu scrolling by pageup/pagedown/home/end keys
General New Features