How to

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Lapuor
Posts: 1
Joined: 27 May 2017, 16:44

How to

27 May 2017, 16:50

How to put caps lock only on initial start automatically?
User avatar
Delta Pythagorean
Posts: 627
Joined: 13 Feb 2017, 13:44
Location: Somewhere in the US
Contact:

Re: How to

27 May 2017, 19:28

Code: Select all

Send {CapsLock}
Return
Put this in %AppData%\Roaming\Microsoft\Windows\Start Menu\Programs\Startup folder and let the script do it's magic. However, it only works when the user logs on, and if you have Windows 8.1 or 10, it will take a while for the script to run because MicroSoft forced the startup folder to be delayed enough for people to disable anything that might be something they don't want to run.

[AHK]......: v2.0.12 | 64-bit
[OS].......: Windows 11 | 23H2 (OS Build: 22621.3296)
[GITHUB]...: github.com/DelPyth
[PAYPAL]...: paypal.me/DelPyth
[DISCORD]..: tophatcat

User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: How to

27 May 2017, 19:35

Code: Select all

SetCapsLockState, On

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot] and 264 guests