Search found 735 matches

by admin
18 Aug 2015, 08:10
Forum: General
Topic: Help with Syntax please.
Replies: 1
Views: 3909

Re: Help with Syntax please.

Without any testing or having closer look...
If your message says "Not yet assigned: 32", why don't you add condition:

Code: Select all

...
elseif (button == 32) then ...
by admin
20 Jul 2015, 07:51
Forum: General
Topic: Multiple keystrokes as a trigger?
Replies: 6
Views: 9529

Re: Multiple keystrokes as a trigger?

Writing such script should be possible but you need to have some scripting knowledge, to extract system time and store it to some global variable.
by admin
20 Jul 2015, 07:48
Forum: HOW-TOs and documentation
Topic: Number pad mapping issue
Replies: 3
Views: 6013

Re: Number pad mapping issue

Your hardware is probably sending some non-standard sequence for those keys and then I would say Hidmacros can't cope with it.
by admin
30 Jun 2015, 08:10
Forum: Bug reports
Topic: Window position is not remembered
Replies: 3
Views: 6456

Re: Window position is not remembered

Hmm, some areas are still not documented, I know, sorry :-)
Instead of going through sources I recommend to check my test script. AFAIR everything which is implemented is covered in this script, because I use it for my own testing.
by admin
30 Jun 2015, 08:06
Forum: General
Topic: run a macro file ( .vbs)
Replies: 3
Views: 5212

Re: run a macro file ( .vbs)

Google for example "run vbs script" or even "run vbs from lua"
by admin
29 Jun 2015, 15:24
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 25982

Re: Syntax for Funtion keys and key combos?

Thanks for testing :-), will have a look.
by admin
29 Jun 2015, 15:23
Forum: HOW-TOs and documentation
Topic: hidmacros don't transmit
Replies: 3
Views: 4756

Re: hidmacros don't transmit

Switching between Predefined and Scripted tab is not only GUI thing but valid option how macro behaves when triggered. If you choose Predefined and pick some option (like Run application) then you define what macro will do. If you switch to Scripted tab then macro will run a script when triggered. Y...
by admin
29 Jun 2015, 07:39
Forum: Bug reports
Topic: Window position is not remembered
Replies: 3
Views: 6456

Re: Window position is not remembered

You can use command lmc_minimize() to minimize LuaMacros window (useful with -r parameter) and you can also set

Code: Select all

lmc.minimizeToTray = true
first to have tray icon only.
by admin
29 Jun 2015, 07:37
Forum: General
Topic: Syntax for Funtion keys and key combos?
Replies: 11
Views: 25982

Re: Syntax for Funtion keys and key combos?

In HidMacros download there's help rtf file describing syntax of sendkey command. LuaMacros use the same code. I should make it online, I know :-/.
Anyway it seems you have answered yourself or this syntax doesn't work in LuaMacros?
by admin
14 Jun 2015, 21:33
Forum: HowTos
Topic: Xplane interface
Replies: 1
Views: 10242

Xplane interface

Installation LuaMacros can control Xplane as my main motivation is flight simulation. You need to install Xplane plugin to get interface to work. Xplane plugin is currently provided only for Windows platform 64bit version. LuaMacros is windows specific program so there's no sense to provide plugin ...