Is it possible to add a command to open the virtual keyboard in the macro editor? I want to add that step onto the end of some of my macros where the text cannot be pre-determined for the text type command.
Thanks so much!
Jonathan
Open virtual keyboard command
-
- Posts: 772
- Joined: 21 Feb 2016 12:05
Re: Open virtual keyboard command
Hello,
install the last beta version and use the following functions in the macro user code:
dtmacro.open_virtual_keyboard_win()
dtmacro.close_virtual_keyboard_win()
dtmacro.virtual_keyboard_win_is_open() --> Return 1 if the virtual-keyboard is open, return 0 if it is closed
Hope this helps.
Silvano Bettinzana
Devil Technologies
Devil Technologies
Re: Open virtual keyboard command
Works great, thanks much!