Search found 6 matches
- 16 Nov 2022, 23:03
- Forum: Bug reports
- Topic: Sending keystrokes of second keyboard...
- Replies: 0
- Views: 26286
Sending keystrokes of second keyboard...
Hi, Not sure if these fora are still active but here it goes : LUAMacros has worked splendidly for the last 2 years but I noticed some odd behaviour the last couple of months : the second keyboard (fully scripted) also sends the 'intercepted' keys through (first) and does the programmed macro therea...
- 12 Feb 2020, 10:44
- Forum: General
- Topic: Lmc_get_window_title() > what about getting the handle?
- Replies: 2
- Views: 7479
Re: Lmc_get_window_title() > what about getting the handle?
Thanks Petr! So... if I understood it correctly : you're using the handle to link the title to the function (lmc_get_window_title() ) ? And you just need to (again : if I understood it correctly) add another function in perhaps a future build of LuaMacros? :-) If so : great, I will be waiting patien...
- 11 Feb 2020, 13:21
- Forum: General
- Topic: Lmc_get_window_title() > what about getting the handle?
- Replies: 2
- Views: 7479
Lmc_get_window_title() > what about getting the handle?
Hi! I've been using LuaMacros for about 2 weeks now and my script has grown in size. Meaning : using that 2nd keyboard in practically all my applications for some macros magic and being thankful for the sheer brilliance that is LuaMacros :-) But... I wanted to tackle that new Edge yesterday and noti...
- 28 Jan 2020, 23:10
- Forum: General
- Topic: No "result" in an old game? Commandos 1...
- Replies: 3
- Views: 9032
Re: No "result" in an old game? Commandos 1...
And alas : lmc_send_input also didn't work :-) Wrote this : ... elseif (button == string.byte('E')) then F109() ... function F109() lmc_send_input(109, 0, 0) -- press + lmc_send_input(109, 0, 2) -- release + end And same story : works in Windows / doesn't work in Commandos... Oh well / it was a fun ...
- 28 Jan 2020, 09:36
- Forum: General
- Topic: No "result" in an old game? Commandos 1...
- Replies: 3
- Views: 9032
Re: No "result" in an old game? Commandos 1...
Hi there Petr, Thanks so much for the kind and helpful reply - that explains a lot indeed ;-) I'm currently at work but that alternative function (lmc_send_input) : will give it a go this evening... And if it doesn't work : that would be a pity but there should be a different "fix" out there that in...
- 27 Jan 2020, 13:29
- Forum: General
- Topic: No "result" in an old game? Commandos 1...
- Replies: 3
- Views: 9032
No "result" in an old game? Commandos 1...
Hi there, I have a portable which doesn't have the NUMLOCKPLUS and NUMLOCKMINUS... So I resorted to buying a small extension keyboard (half the size / function keys only go to F5) and remapping it as follows : In Autohotkey : F10::NumPadAdd F11::NumPadSub F12::NumPadMult And in LUAMacros (used the s...