Search found 4 matches

by ErikderFreak
11 Nov 2021, 17:39
Forum: General
Topic: LuaMacro blocking numpad for normal use
Replies: 3
Views: 3269

Re: LuaMacro blocking numpad for normal use

Oh, just realised I never replied that it worked! Thank you
Is there a way to mark this as solved?
by ErikderFreak
11 Nov 2021, 17:35
Forum: General
Topic: Enable/Disable microphone
Replies: 0
Views: 1486

Enable/Disable microphone

Is there a way to enable and disable the microphone in general? My Problem is that logitech made a new update, which broke the mic from all g533 headsets. Everytime the mic is muted and unmuted you have to navigate into the windows settings and disable, then enable the mic again for it to work. I do...
by ErikderFreak
19 Apr 2021, 21:36
Forum: General
Topic: LuaMacro blocking numpad for normal use
Replies: 3
Views: 3269

Re: LuaMacro blocking numpad for normal use

I found a quickfix, by just re-assigning all numbers to the numbers they are.
For example:
elseif (button == 103) then --numpad 7
lmc_send_input(103, 0, 0)

But I'm still wondering why it won't work without that.
by ErikderFreak
19 Apr 2021, 21:13
Forum: General
Topic: LuaMacro blocking numpad for normal use
Replies: 3
Views: 3269

LuaMacro blocking numpad for normal use

So I made a macro to remap the function side of the numpad. That works just fine. But when I switch to the number side with NUMLOCK, pressing number keys just does nothing: It won't write numbers, but the script also not works (wich is ofc intended) So in some way the script blocks the writing of th...