07-23-2014, 03:38 PM
key "CSa"
works perfectly and sends to output Control + Shift + a
I wonder whether it is possible to store this string into a variable and key this variable instead :
str s=...
key (s)
My problem is that I fail storing VK_CONTROL and VK_SHIFT in this variable.
Any advice is mostly welcome.
works perfectly and sends to output Control + Shift + a
I wonder whether it is possible to store this string into a variable and key this variable instead :
str s=...
key (s)
My problem is that I fail storing VK_CONTROL and VK_SHIFT in this variable.
Any advice is mostly welcome.