d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > 245 Fg If You Can Find This Program
Add Reply New Topic New Poll
Member
Posts: 12,597
Joined: Aug 10 2006
Gold: 1,051.00
Mar 26 2022 03:42pm
not allowed apparently

This post was edited by Genocider on Mar 26 2022 03:45pm
Member
Posts: 12,597
Joined: Aug 10 2006
Gold: 1,051.00
Apr 2 2022 09:52am
So, I would need a chrome extension that sends a keystroke to a background window.

Just 1 keystroke, nothing else.


I use a study platform, and if you go afk for 10 minutes, it closes....


Let me know
Member
Posts: 10,942
Joined: Dec 25 2009
Gold: 7,540.14
Apr 4 2022 12:08am
Wouldnt a simple ahk script do this
Member
Posts: 28
Joined: Oct 7 2021
Gold: 10.00
Apr 5 2022 09:27am
I dont know if there exist an extension like that. But I could share how I idle.. I use a corsair keyboard (k95, k55) with macro functionality and a macro that auto press forward and backward (w,s) once in a while. That also works on my roccat kone. The good thing is that you could unplug the keyboard and use it on another computer after setting it up, probably same with the mouse. The problem ofcourse is that it can only be used on the active window. In that case you have to add alt+tab in the macro and that could be annoying.
Member
Posts: 105
Joined: Jul 18 2011
Gold: 300.00
Apr 28 2022 04:43am
nvm against the rules.

This post was edited by Redellion on Apr 28 2022 04:47am
Member
Posts: 1
Joined: Jul 15 2022
Gold: 0.00
Jul 15 2022 07:47pm
powershell ise

while ($true){
sleep 1
[System.Windows.Forms.SendKeys]::SendWait("{NUMLOCK}")
}
Member
Posts: 12,597
Joined: Aug 10 2006
Gold: 1,051.00
Jul 16 2022 03:03am
Thanks guys, this can be closed
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll