05-19-2016, 01:31 PM
I want to send CTRL+ALT+F1 to an window using "SendKeysToWindow".
I have the following information to my disposal:
Can I use the above information to send the CTRL+ALT+F1 to an application using:
SendKeysToWindow w key(...)
I tried virtual-key code combination
VK_CONTROL|VK_MENU|VK_F1
and
But both methods do not work.
I need to have the hotkey combination stored in ini file wich works with an compiled QM exe.
That's why I hoped to use one or more of the below bold parts (the bold parts are stored in the ini file):
Ctrl+Alt+F1
hotkey: vk=112, mod=6
t_hk: 1648
I read in the helpfile:
IDP_KEY.html
IDP_VIRTUALKEYS.html
I have the following information to my disposal:
Can I use the above information to send the CTRL+ALT+F1 to an application using:
SendKeysToWindow w key(...)
I tried virtual-key code combination
VK_CONTROL|VK_MENU|VK_F1
and
But both methods do not work.
I need to have the hotkey combination stored in ini file wich works with an compiled QM exe.
That's why I hoped to use one or more of the below bold parts (the bold parts are stored in the ini file):
Ctrl+Alt+F1
hotkey: vk=112, mod=6
t_hk: 1648
I read in the helpfile:
IDP_KEY.html
IDP_VIRTUALKEYS.html