-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Problem with capital letters and other characters AVNC Android virtual keyboard #269
Comments
Which virtual keyboard app are you using? Also, please open Key test again, enter few uppercase, lowercase and special characters. Copy the logs and paste here. |
I'm using Gboard on Pixel 8, Android 15 I have tried the Microsoft SwiftKey keyboard and the capitalization problem disappears, but I still have problems with some special characters. In Settings/Tools/Key Test/, with Gboard keyboard, I have typed the following: h H @#€HHHHH In the test it sends everything correctly but when sending Linux Mint to the X11VNC server, it sends everything in lower case and none of the special characters Copy Logs Settings/Tools/Key Tets
|
any suggestions? |
The root cause is that the keyboard is not generating events correctly:
I have a possible workaround for capital letters, just need to make sure it doesn't break anything else. So my advice for now is to try a different keyboard app, and if possible, give TigerVNC server a try. |
The test uses a native TextBox, which has access to full key event, specifically meta key state, so it can infer the correct character. Passing events through VNC protocol is more error prone. |
Problem with capital letters and other characters AVNC Android virtual keyboard
Hello, I have "X11VNC Server" installed on Linux Mint 22
The configuration file is:
ExecStart=/usr/bin/x11vnc -auth guess -forever -loop -noxdamage -repeat -nomodtweak -rfbauth /home/.vnc/passwd -rfbport 5900 -shared
If I connect through the Remmina application installed on another Linux Mint, I have no problem with the exchange of lowercase/uppercase letters or other special characters.
With the AVNC Android application, when checking the keyboard in Settings/Tools/Key test, there is no problem exchanging lowercase/uppercase letters and typing special characters like @ # €
But when I connect to my Linux Mint computer with the AVNC Android application, and I have problems with the keyboard, even if I select uppercase on the virtual keyboard, I write in lowercase, the exchange between lowercase/uppercase on the virtual keyboard has no effect on Linux Mint, either. I can enter special characters like @ # € even if I type them on the virtual keyboard. The only way to enter a capital letter is by activating the "SHIFT" button and then the letter, but it is uncomfortable, because the SHIFT is deactivated when typing a letter
The text was updated successfully, but these errors were encountered: