You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to press Ctrl and/or Alt with PgUp/PgDown does not send the correct keys to the shell.
In the video, the other app besides termux is AVNC client connected to vncserver from termux. Where you can see that pressing ctrl+pgup makes ^[[5;5~ appear where as in termux it just sends the PgUp.
screen-20260609-060000.2.mp4
Steps to reproduce the behavior.
Open Termux App
Use showkey -a or cat -v
Attempt to press Ctrl and then PgUp (and also just PgUp)
Problem description
Attempting to press Ctrl and/or Alt with PgUp/PgDown does not send the correct keys to the shell.
In the video, the other app besides termux is AVNC client connected to vncserver from termux. Where you can see that pressing ctrl+pgup makes
^[[5;5~appear where as in termux it just sends the PgUp.screen-20260609-060000.2.mp4
Steps to reproduce the behavior.
showkey -aorcat -vWhat is the expected behavior?
The correct keys should be sent.
System information