-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right arrow on Samsung keyboard not working #1906
Comments
I don't have any special setting, just the default. Interesting to see that termux seems to be aware of this keyboard layout, as it removes left and right arrows from the shortcut bar, next to ESC tab CTRL and so on on top of the keyboard. I have for example up and down arrows, because the virtual keyboard doesn't have them, but I don't have left and right arrows since they're provided by the keyboard already. I think it should work out of the box with default settings, especially if left arrow works.
|
With Samsung KB is If Yes you can close this issue! I like to use the extra-keys (shot above) because they also work without OS-KB (floating), which is often not needed! |
Yes, this setting solves it, thanks. However note that I don't experience bugs like the one I think the bugs are unrelated and this setting resolves the bug I reported by chance. I would try to investigate and solve the issue anyway. It is always good if users are not forced to configure a setting to avoid a bug. I can help you debugging, is there a tool to see which scan codes or characters are received by the terminal? How would you explain that left arrow works but right not? |
For example, if I type Arrow up - No clue why right arrow doesn't work. |
The workaround (and reasons for it) is described at the end of this wiki page. The problem has to fix in Android and not Linux and can only be solved if the developer has a Samsung device - most likely here - have fun with the pull request :)
So close this issue |
Give me please some days to debug it, I'll close if I can't find it, send a PR otherwise. |
If you're an Android expert and your device supports PiP (pop-up view, bubbles), you can check out my investigations and you may find solutions for my bugs! |
So, I debugged it directly on the device. I think this is yet another limitation of the Samsung keyboard. It does not trigger any Closing, I'd say it's not a bug or anything on the android part of Termux. It's just simply the Samsung keyboard that doesn't pass the right arrow with default settings ( As said previously, solution is to set |
Problem description
Right arrow present on Samsung virtual keyboards does not work.
Steps to reproduce
Obtain a Samsung device with Samsung keyboard matching the version below. Older virtual keyboards don't have arrow keys. The one I'm talking about has also backspace and delete as keys, both working.
Open the terminal, default settings and packages. Type some text. Move left and right using the two arrows provided by the keyboard next to the world icon, below right shift. Move also using CTRL+arrow to jump word by word (e.g. in bash or nano). Right arrow produce no effect, left arrow does, basically you can only move left.
VolumeUp+D works. It seems to be independent of the language set.
Expected behavior
Right arrow works as well as left arrow, including combinations such as CTRL+right arrow.
Additional information
The text was updated successfully, but these errors were encountered: