Messages - AfterLemon [ switch to compact view ]

Pages: [1]
1
Coding Snacks / Re: re-map capslock function
« on: December 26, 2013, 07:32 PM »
I'm not sure if this is something to do with your Windows setup or your Laptop manufacturer's setup. If your laptop is an HP (likely) then you might have to look on their site (or contact them).

The script works perfectly for me.

2
Coding Snacks / Re: re-map capslock function
« on: December 10, 2013, 09:50 AM »
Probably what you're looking for hgondalf:

*$Capslock::
SetStoreCapslockMode,On
If !GetKeyState("Control","P"){
Send,{Shift down}
KeyWait,CapsLock
Send,{Shift up}
}else If GetKeyState("CapsLock","T")
SetCapsLockState,Off
else SetCapsLockState,On
return

Pages: [1]
Go to full version