Search found 16 matches
- 25 May 2020, 19:14
- Forum: General
- Topic: Can you tell me the problem that occurs here and how to solve it.
- Replies: 3
- Views: 4251
Re: Can you tell me the problem that occurs here and how to solve it.
Thank you! The issue was very much something like that, i had voicemeeter also looking out for those keys (+f23) so both voicemeeter's macro buttons were also sending sending ctrl+key combinations. Once i removed the triggers from VM, crashes gone. But there is something else going on here. Sometime...
- 15 May 2020, 11:58
- Forum: General
- Topic: Can you tell me the problem that occurs here and how to solve it.
- Replies: 3
- Views: 4251
Can you tell me the problem that occurs here and how to solve it.
Hello all, for months now, my OBS was freezing and nobody was able to pin point the problem as everything was normal on programs end. Yesterday i found that my code was sending wrong keys sequences sometimes. As if either the ctrl or alt keys are were left down. Can you tell me the problem and how t...
- 19 Dec 2019, 12:47
- Forum: HOW-TOs and documentation
- Topic: Question: How to get active window title
- Replies: 2
- Views: 4089
Re: Question: How to get active window title
I actualy dont really know which github page is yours, and if os, was wondering about that...
Code: Select all
https://github.com/me2d13/luamacros
ps: /watching
- 19 Dec 2019, 11:19
- Forum: HowTos
- Topic: lmc_get_window_title() how does it work.?
- Replies: 2
- Views: 4579
Re: lmc_get_window_title() how does it work.?
i learned something useful today, thank you!
- 18 Dec 2019, 16:01
- Forum: HowTos
- Topic: lmc_get_window_title() how does it work.?
- Replies: 2
- Views: 4579
lmc_get_window_title() how does it work.?
Tried adding it at the top just under "lmc_device_set_name" but if i run the script via the "play"key https://bx3hna.am.files.1drv.com/y4m6awwwSEOuAQu-qFa7LW-725eeJwVWwUL6Ojv0leCGCJFkuSVPpSCe8MCKVTaee0lrMtlLNvwpvBrJpxXkFeJpcNQme0Kva3agwlusogEZqyqFwmAW1P6vd76aD9VeP-eXFutsM3d-Dzl3eq9U-awzD-68-OaSa9veK...
- 18 Dec 2019, 15:15
- Forum: HOW-TOs and documentation
- Topic: Scripting AppActivate
- Replies: 4
- Views: 7996
- 18 Dec 2019, 13:48
- Forum: HOW-TOs and documentation
- Topic: Question: How to get active window title
- Replies: 2
- Views: 4089
Question: How to get active window title
Hello! I want to make a specific window (previously sent to back) to become the active window. I searched the howtos section but the string "active window" did not show any results as those wordsso i thought that i should ask. I found just this "lmc_get_window_title()" but no idea how to use it. Bas...
- 05 Nov 2019, 16:53
- Forum: Feature requests
- Topic: Request: holding key down
- Replies: 6
- Views: 15689
Re: Request: holding key down
Yes, i searched and found this post http://www.hidmacros.eu/forum/viewtopic.php?f=4&t=3727 which shows if (button == 18) then -- if ALT if (direction == 1) then lmc_send_input(91, 0, 0) -- press WIN elseif (direction == 0) then lmc_send_input(91, 0, 2) -- release WIN end elseif (button == 91) then -...
- 05 Nov 2019, 04:01
- Forum: Feature requests
- Topic: Request: holding key down
- Replies: 6
- Views: 15689
Re: Request: holding key down
Can you give a line of example for "lmc_send_input" usage?
- 06 Feb 2019, 08:10
- Forum: HOW-TOs and documentation
- Topic: Example script for OBS with usb keypad (homemade streamdeck)
- Replies: 7
- Views: 16513