PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Simulate keyboard on android
Simulate keyboard on android
Iniciado por vihupe, mar., 25 2019 9:56 PM - 1 resposta
Publicado em março, 25 2019 - 9:56 PM
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
Membro registado
514 mensagems
Publicado em março, 26 2019 - 2:18 PM
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