topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 2:03 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


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]