im working on a thing an i just need to press two buttons on the keyboard but i want the program to do it itself.
example: vk_write(hello world)
virtual keyboard
Moderator: DosItHelp
Re: virtual keyboard
If downloading and installing a third party program is a viable strategy (i.e. less so if you're writing something that has to be pushed to hundreds of clients ...) how about Autohotkey?
https://en.wikipedia.org/wiki/AutoHotkey
Write an autohotkey script, have the batch file run it. Sorted!
https://en.wikipedia.org/wiki/AutoHotkey
Write an autohotkey script, have the batch file run it. Sorted!
Re: virtual keyboard
Thanks for pointing to right thread because i was looking for it!