Blink Capslock Led

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
magchuz
Posts: 7
Joined: 19 Jul 2017, 05:07

Blink Capslock Led

19 Jul 2017, 05:17

Hi, I'm New here
I made capslock spam script but my capslock always blinking *everybody knew it --
can anybody help me to turn off capslock led ?
thanks before :D :D
BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: Blink Capslock Led

19 Jul 2017, 05:47

I made capslock spam script
Post it.
magchuz
Posts: 7
Joined: 19 Jul 2017, 05:07

Re: Blink Capslock Led

20 Jul 2017, 03:20

Spoiler
Rohwedder
Posts: 7630
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Blink Capslock Led

20 Jul 2017, 04:23

Hallo,
your "Sleep, 500" was never executed.
I suggest:

Code: Select all

^+a::
Loop
{
	Send, {Shift down}
	Sleep, 500
	Send, {Shift Up}
	Sleep, 500
}
Return
magchuz
Posts: 7
Joined: 19 Jul 2017, 05:07

Re: Blink Capslock Led

20 Jul 2017, 04:56

Rohwedder wrote:Hallo,
your "Sleep, 500" was never executed.
I suggest:

Code: Select all

^+a::
Loop
{
	Send, {Shift down}
	Sleep, 500
	Send, {Shift Up}
	Sleep, 500
}
Return
Thanks it works :dance: :D :D

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 366 guests