Open virtual keyboard command

Post here requests for new features about any Aida Sound product
Post Reply
Havoc911
Posts: 99
Joined: 12 Dec 2017 18:09

Open virtual keyboard command

Post by Havoc911 » 28 Dec 2018 00:04

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

DT_bettinzana
Posts: 772
Joined: 21 Feb 2016 12:05

Re: Open virtual keyboard command

Post by DT_bettinzana » 04 Jan 2019 14:24

Havoc911 wrote:
28 Dec 2018 00:04
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
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

Havoc911
Posts: 99
Joined: 12 Dec 2017 18:09

Re: Open virtual keyboard command

Post by Havoc911 » 08 Jan 2019 02:15

Works great, thanks much!

Post Reply