Page 1 of 1

virtual keyboard

Posted: 04 Aug 2017 23:08
by Lime Spy
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)

Re: virtual keyboard

Posted: 17 Aug 2017 14:11
by macartm
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!

Re: virtual keyboard

Posted: 18 Aug 2017 06:18
by penpen
Jeb's script might be usefull:
http://www.dostips.com/forum/viewtopic.php?t=4762

penpen

Re: virtual keyboard

Posted: 19 Aug 2017 04:33
by Markk786
Thanks for pointing to right thread because i was looking for it!