Skip to content
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

Allow Typing mode Keyboard #187

Closed
Sepero opened this issue Sep 5, 2023 · 4 comments
Closed

Allow Typing mode Keyboard #187

Sepero opened this issue Sep 5, 2023 · 4 comments

Comments

@Sepero
Copy link

Sepero commented Sep 5, 2023

Normally I use a gesture type keyboard for everything. But the keyboard also has a "password entry" mode that disables gesture typing and forces tap-to-type. appears AVNC is stuck in this tap-to-type mode by default, without anyway to change it

My request is that AVNC allow the keyboard to default to gesture typing mode, and allow the user to switch to tap-to-type if the user desires

@gujjwal00
Copy link
Owner

Keyboard handling in AVNC is slightly different than what you normally expect from Android text views. Because VNC protocol works on individual keystrokes, we have to disable some features of Android input mechanism. Basically, AVNC pretends to be a dumb text view without support for caret, text selection, word replacement etc. This might be the reason why your keyboard is stuck in tap-to-type mode.

Can you please go to Settings > Tools > Key test in AVNC, and see if swipe typing is disabled there too?

@Sepero
Copy link
Author

Sepero commented Sep 12, 2023

Yes, swiping is disabled in Key Test too

I also have RealVNC installed. RealVNC defaults to my normal swipe keyboard, and allows switching to tap-to-type for entering things like passwords

@gujjwal00
Copy link
Owner

#117 (comment) will add an edit box, which should allow you to use swipe keyboard.

@gujjwal00
Copy link
Owner

v2.5 is now available with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants