Search found 5 matches
- 19 Jan 2018, 11:44
- Forum: General
- Topic: I would like to make a Macro-Keyboard
- Replies: 8
- Views: 27323
Re: I would like to make a Macro-Keyboard
Thank you very much ! It works very well :) Here is my code : I start with this batch file : start /MIN C:\luamacros\luamacros.exe C:\luamacros\myscript.lua -r exit And here is my lua script (myscript.lua) : --start minimized lmc_minimize() -- assign logical name to my external keyboard lmc_device_s...
- 18 Jan 2018, 17:14
- Forum: General
- Topic: I would like to make a Macro-Keyboard
- Replies: 8
- Views: 27323
Re: I would like to make a Macro-Keyboard
A last thing :
With HIDMacros, I just had to launch it and it worked.
I registred the script to "myscript.lua" and I can open it directly
but I would like the script to start automaticaly and my external keyboard to be recognised automaticaly.
Is it possible ?
Thanks in advance,
Trit
With HIDMacros, I just had to launch it and it worked.
I registred the script to "myscript.lua" and I can open it directly
but I would like the script to start automaticaly and my external keyboard to be recognised automaticaly.
Is it possible ?
Thanks in advance,
Trit
- 18 Jan 2018, 10:58
- Forum: General
- Topic: I would like to make a Macro-Keyboard
- Replies: 8
- Views: 27323
Re: I would like to make a Macro-Keyboard
Yess ! It works, thank you very much !
- 17 Jan 2018, 11:03
- Forum: General
- Topic: I would like to make a Macro-Keyboard
- Replies: 8
- Views: 27323
Re: I would like to make a Macro-Keyboard
Thank you, - I would like to try the GUI from Cris but I don't know how to open it, I don't find executable file when extracted. - I tried again your script like that : -- assign logical name to macro keyboard lmc_assign_keyboard('MACROS'); -- define callback for whole device lmc_set_handler('MACROS...
- 16 Jan 2018, 14:46
- Forum: General
- Topic: I would like to make a Macro-Keyboard
- Replies: 8
- Views: 27323
I would like to make a Macro-Keyboard
Hello, I made a keyboard like that : http://www.instructables.com/id/Making-a-powerful-programmable-keypad-for-less-tha/ It worked well with HIDMacros. Since a windows update :( My HIDMacros now doesn't work on my computer. So I would like to do the same thing with LuaMacros but I don't know program...