Search found 6 matches
- 17 Oct 2021, 16:46
- Forum: General
- Topic: combination of keys press and hold behaviour
- Replies: 2
- Views: 4271
Re: combination of keys press and hold behaviour
Same result, but I prefer this order ;) : function withCtrlAct(callback) lmc_send_input(17, 0, 0) callback() end function withCtrlPass(callback) lmc_send_input(17, 0, 2) callback() end function press(key) lmc_send_input(key, 0, 0) end function release(key) lmc_send_input(key, 0, 2) end keysToPush1 =...
- 19 Apr 2021, 21:23
- Forum: Support - bugs
- Topic: compilation of LuaMacros
- Replies: 2
- Views: 4302
Re: compilation of LuaMacros
Thanks for the echo. I followed https://github.com/me2d13/luamacros/commit/2a5e45c09e77f7859e2cecd43d7748befd5eda88 I installed the 64 bits version Try it with https://github.com/me2d13/luamacros/tree/64bit The three projects compile Running the luamacros.exe produced in administrator mode: nothing ...
- 18 Apr 2021, 16:54
- Forum: Support - bugs
- Topic: compilation of LuaMacros
- Replies: 2
- Views: 4302
compilation of LuaMacros
Hello, Installing Lazarus http://www.lazarus-ide.org/ ver. 2.0.12 , importing the code https://github.com/me2d13/luamacros , installing the missing packages LNet (InetBase), ExtraSyn (ExtraHighlighters), UniqueInstance & LazSerial The two side programs compile. Eight errors with the compilation of L...
- 22 Mar 2021, 11:15
- Forum: Feature requests
- Topic: On the possibility of using encrypted LUA code
- Replies: 2
- Views: 4493
Re: On the possibility of using encrypted LUA code
I found, it is very simply possible with this link http://obfuscate.filesecuring.com/ Thank you again for your work which allows me to get out of the lua environment dedicated to the G series of Logitech keyboards. It was like a birth. So my lua programming to type text with only six keys is now pos...
- 20 Feb 2021, 16:11
- Forum: Feature requests
- Topic: On the possibility of using encrypted LUA code
- Replies: 2
- Views: 4493
On the possibility of using encrypted LUA code
With encrypted LUA code, the possibility to store passwords and also protection against novices .
Is it possible?
Is it possible?
- 19 Feb 2021, 21:34
- Forum: Feature requests
- Topic: 64-bit support
- Replies: 4
- Views: 11769
Re: 64-bit support
Hello, It's only a few days ago that I have just discovered your LuaMacro. Awesome! I use it with a Belkin n52te that works correctly only with the 64 bits version 0.1.1.83. Using lmc_set_timer(time_ms, handler) causes crashes because it was only implemented in version 0.1.1.88. So what is the numbe...