Page 1 of 1

key_down and key combinations

Posted: 02 Jun 2016, 04:53
by pager
Hi,

I am new to luamacros, I am using them for some business applications to increase my productivity in a software support position. I am able to get some basic macros up and running with no problems but am having a hard time finding any key down functionality for doing key combination commands (CTRL + ALT + DEL) for example. Are there any examples of key down functionality available?

Thanks,
Rob

Re: key_down and key combinations

Posted: 02 Jun 2016, 08:29
by admin
Hi Rob

Do you mean sending key combination from macro?
Ctrl+Alt+Del is a little bit special, but for others (like Ctrl+A) you should have no problem. I believe the format is documented somewhere :-) - at least in HidMacros help file.

Re: key_down and key combinations

Posted: 21 Jun 2016, 12:07
by Roma Tom
Scan codes vary from one keyboard to the next, and there are separate scan codes for key-up and key-down events