Search found 10 matches

by comet424
01 Oct 2021, 03:11
Forum: General
Topic: how do you get a mapped key not print number in a search bar
Replies: 1
Views: 2343

Re: how do you get a mapped key not print number in a search bar

does anyone know how you intercept the keys before they go out?

so when i Press 1 it doesnt type 1 but Ctrl 1

i cant find a way to stop it
by comet424
29 Sep 2021, 22:50
Forum: General
Topic: how do you get a mapped key not print number in a search bar
Replies: 1
Views: 2343

how do you get a mapped key not print number in a search bar

so i found an issue.. if a press "8" on my keypad and if im in a search bar anywhere... it press''s the number not the Ctrl +G it supposed to how do i fix that ? it doesnt matter if its internet explorer or google.. or file explorer types 8s usually just 1 but sometimes 8888888888 how do i get it no...
by comet424
29 Sep 2021, 14:11
Forum: General
Topic: how do you write If ButtonPress +Time Delay +Button Then statement
Replies: 3
Views: 3623

Re: how do you write If ButtonPress +Time Delay +Button Then statement

ah ok how would i write that? i dont know how to code lua macro or know what programing language lua macros uses to google it so i want it to do Press button wait 1millisecond or or so the button is pressed again... as i trying to make a double 00 button to be seperated so i guess it press 0 twice s...
by comet424
28 Sep 2021, 20:58
Forum: General
Topic: how do you write If ButtonPress +Time Delay +Button Then statement
Replies: 3
Views: 3623

how do you write If ButtonPress +Time Delay +Button Then statement

think i posted in the wrong general area.. but i wrote hi i posted in another question about 0 and 00 but as they mentioned its just 0 pressed twice i guess internally instead of breaking my button off my keypad does lua macros offter a time delay?? so If Button 0 (pressed) + Delay (1ms) + Button 0 ...
by comet424
27 Sep 2021, 15:05
Forum: General
Topic: how you get Lua macros to detect between 0 00 keypad. Windows can..
Replies: 3
Views: 3700

Re: how you get Lua macros to detect between 0 00 keypad. Windows can..

is there a way for lua macros to read the 00 as a 0 delay 0 like if button = 0 and delay 1ms and button = 0 then so it can it be read like that so it monitors the delay and that since its pressing 0 twice i noticed ... can it be gone.. if 0 is pressed in less then 50ms or whatever ... that way i can...
by comet424
27 Sep 2021, 13:32
Forum: General
Topic: how you get Lua macros to detect between 0 00 keypad. Windows can..
Replies: 3
Views: 3700

Re: how you get Lua macros to detect between 0 00 keypad. Windows can..

ya i noticed in the lua macro script pressing 00 press's it 0 twice and i guess in Windows it does twice too so its still a indvidual button.. how can you tell luamacro that is this a button even if it press the 0 button twice or is this button linked internally to the 0 button probably best to brea...
by comet424
27 Sep 2021, 02:00
Forum: General
Topic: how you get Lua macros to detect between 0 00 keypad. Windows can..
Replies: 3
Views: 3700

how you get Lua macros to detect between 0 00 keypad. Windows can..

i have this keypad and bottom has 0 and 00 windows can detect between 0 and 00 as it prints 00 for the 00 but lua macro cant tell it thinks its a 0 or 00 so they both come as 45 value.. for 0 and 00 how do you make 00 = whatever number and 0 = 96 or vise versa as right now they both come up as 45 as...
by comet424
03 Mar 2019, 22:33
Forum: General
Topic: how do you get Button to do 1 thing and Release do another
Replies: 0
Views: 3080

how do you get Button to do 1 thing and Release do another

hi I trying to get this code to work so if hold the 1 Button down it will send say SHIFT+1 send it once and then when I lift off it will Press SHIFT+1 again to turn it off I googled some and found the function but it glitchs https://github.com/me2d13/luamacros/wiki/Triggers when I try to incorporate...
by comet424
15 Feb 2019, 14:40
Forum: General
Topic: new to this and need help with a KeyPad
Replies: 0
Views: 2845

new to this and need help with a KeyPad

hi I need help in programing and also answers if stuff works first I seen this program from Linus Tech Tips videos and I use a program as im a DJ but use MYDMX to control lights so I want keypad to run different Shows on the software... and id prefer it to not have to be loaded on the screen if I do...
by comet424
12 Feb 2019, 03:13
Forum: General
Topic: new to this and need help with a KeyPad
Replies: 0
Views: 3010

new to this and need help with a KeyPad

hi I need help in programing and also answers if stuff works first I seen this program from Linus Tech Tips videos and I use a program as im a DJ but use MYDMX to control lights so I want keypad to run different Shows on the software... and id prefer it to not have to be loaded on the screen if I do...