PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Simulate keyboard on android
Simulate keyboard on android
Débuté par victor, 25 mar. 2019 21:56 - 1 réponse
Posté le 25 mars 2019 - 21:56
Simulate keyboard on android

Does anyone have or do some sort of keyboard emulation on android?

Example:
What would be the equivalence in Android the Ctrl + v
the Ctrl + c
and the TAB key.
etc...


Thank you very much for the help
Victor
Membre enregistré
498 messages
Popularité : +8 (8 votes)
Posté le 26 mars 2019 - 14:18
well about Ctrl+V and Ctrl+C
if you want to copy text it could work with clipboard funcitions like
ToClipboard and Clipboard
Search it on the PCSoft help page
https://help.windev.com/en-US/…

about the TAB key maybe with function Charact
https://help.windev.com/en-US/…

hope all this info could help you.

--
Best Regards
ARV