Page 1 of 1

EXEC_SEND_KEY

Posted: 25 Dec 2023 21:37
by djbony
Hello Bernd,
how can I send the key combination CTRL+0. I can't figure it out. Thank you.

Re: EXEC_SEND_KEY

Posted: 25 Dec 2023 22:53
by radio42
See here for a complete documentation: https://learn.microsoft.com/en-us/dotne ... mework-4.8

For your example you should specify: ^0

Re: EXEC_SEND_KEY

Posted: 26 Dec 2023 23:37
by djbony
It doesn't work... I want to use it to change a track from a MIDI controller so that I don't have to use the keyboard, but associate a shortcut with a button on the console....

Re: EXEC_SEND_KEY

Posted: 29 Dec 2023 16:37
by radio42
It does actually work, but the issue might be that the related control need to have the focus at that time.
And CTRL+0 is a key combo which is only available in the playlist window - so if that playlist window doesn't have the focus at that time it would not work.

But I just added a new v4.4.2.2, to which I added a new dedicated-control command called PLS_CURRENT_REPLACE_WITHALTERNATIVE.
This command will actually execute the CTRL+0 command internally.

Re: EXEC_SEND_KEY

Posted: 29 Dec 2023 22:34
by djbony
Supeeeer :) Thank you and happy new year!