I'm completely new to AutoHotKey.
I liked the idea of setting caps lock to only go on if the shift key is pressed first, so I followed these directions and copied the following into my script (from this page)
Capslock::Ctrl
It makes Capslock become a Control key. To retain the ability to turn Capslock on and off, also add the remapping +Capslock::Capslock
(this toggles Capslock on and off when you hold down the shift key and press Capslock)."
I succeeded in getting the caps lock key to work as a Ctrl key, , but when I press Shift + Capslock, it doesn't do anything.
Can someone please explain why it is not working and tell me what I need to do to get it to work?