me2d13 / luamacros

665 stars 87 forks source link

Virtual-key code #21

Closed quirinux closed 6 years ago

quirinux commented 6 years ago

It would be great if there was an option to send a virtual key code like described on msdn here

It would open the possibilities to infinite possibilities once lua macros is used beyond flight simulator programs, a good use for that are:

me2d13 commented 6 years ago

Already there, see http://www.hidmacros.eu/forum/viewtopic.php?f=12&t=475

quirinux commented 6 years ago

Ya sorry about that stupid question, I found it latter, but there are some very important documentation missing for luamacros, I will try to provide some good descriptions for each available function soon, publish on my own github repository and let you guys decide to include on the main project's wiki page, I believe it worth it, indeed to myself int the future

cheers

me2d13 commented 6 years ago

Yes, that was my plan to update wiki with all possible commands, but I'm too tired with coding to write docs :-). So if you can help with that, good, take this as reference of all possible commands: https://github.com/me2d13/luamacros/blob/master/src/uluaengine.pas#L975

quirinux commented 6 years ago

There it go my good Sir, first step is done, I will fill it bit by bit but I think the main ones are done this week yet

https://github.com/quirinux/luamacros-documentation/blob/master/README.md