Closed Blocked closed 1 year ago
After finding #34 , simulating
KEYCODE_DPAD_CENTER
is working, butKEYCODE_ENTER
is not received in Termux X11 app version 1.02.06
Steps to Produce: move to any folder in thunar
and Hit Enter Key
. folder will not open.
Even Ctrl
& Alt
key not working from Hacker Keyboard.(Termux-X11 Extra Keys
working).
other bug:- i installed android studio in termux with proot-distro, when i scroll code , search bar automatically open alonge scroll.
2023-03-06-13-24-49.txt
Here is catlog from termux-x11
. Hope this will helpful.
KEYCODE_ENTER is not received in Termux X11 app
Fixed in latest build.
Ctrl & Alt key not working from Hacker Keyboard.(Termux-X11 Extra Keys working).
It can not be fixed. Hacker's keyboard does not send any event when you press or release modifier keys so they can not be detected.
other bug:- i installed android studio in termux with proot-distro, when i scroll code , search bar automatically open alonge scroll.
That is happening because program tries to send horizontal scroll (Shift + Scroll). I did not found a way to send horizontal scroll. You can try to move both fingers up when you are performing vertical scroll. I am already looking for other options.
Here is catlog from termux-x11. Hope this will helpful.
It is not very helpful since it is taken from com.termux
app, not from com.termux.x11
. But you can do export TERMUX_X11_DEBUG=1
before invoking termux-x11
to get needed logs.
@twaik Thanks. Can confirm it's fixed. @ask9027 Try Multiling O keyboard. It sends CTRL/ALT modifiers properly.
Here is catlog from termux-x11. Hope this will helpful.
It is not very helpful since it is taken from
com.termux
app, not fromcom.termux.x11
. But you can doexport TERMUX_X11_DEBUG=1
before invokingtermux-x11
to get needed logs.
@twaik Some how i manage to get this 2023-03-06-13-40-36.txt
from termux-x11.
if log automatically save in any .txt
file. then we can get all log.
Sending keycode 42
Keycode 42 is KEY_LEFTSHIFT. It is definitely sent to emulate horizontal scroll. I can add option to disable it.
KEYCODE_ENTER is not received in Termux X11 app
Fixed in latest build.
Ctrl & Alt key not working from Hacker Keyboard.(Termux-X11 Extra Keys working).
It can not be fixed. Hacker's keyboard does not send any event when you press or release modifier keys so they can not be detected.
other bug:- i installed android studio in termux with proot-distro, when i scroll code , search bar automatically open alonge scroll.
That is happening because program tries to send horizontal scroll (Shift + Scroll). I did not found a way to send horizontal scroll. You can try to move both fingers up when you are performing vertical scroll. I am already looking for other options.
@twaik
does this log helpfull for Ctrl
from hHacker's keyboard?
log.txt
No. As I said before it can not be fixed.
After finding #34 , simulating
KEYCODE_DPAD_CENTER
is working, butKEYCODE_ENTER
is not received in Termux X11 app version 1.02.06