cueball Posted April 26, 2005 Posted April 26, 2005 Hi all, I would like to detect the status of the Caplock and Numlock keys and display this on a status bar of my GUI. After much searching I'm struggling to find a solution. Thanks.
Raindancer Posted May 1, 2005 Posted May 1, 2005 Try this: http://www.autoitscript.com/forum/index.ph...wtopic=5760&hl= Say: "Chuchichäschtli"My UDFs:_PrintImage UDF_WinAnimate UDFGruess Raindancer
Wb-FreeKill Posted May 2, 2005 Posted May 2, 2005 Try this: http://www.autoitscript.com/forum/index.ph...wtopic=5760&hl=<{POST_SNAPBACK}>Great, but could you turn the capslock, numlock and scrolllock diode on and off by command?
CyberSlug Posted May 2, 2005 Posted May 2, 2005 See the help file Send("{Capslock}") ;toggle Send("{Capslock on}") Send("{Capslock off}") Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Wb-FreeKill Posted May 2, 2005 Posted May 2, 2005 See the help file Send("{Capslock}") ;toggleSend("{Capslock on}")Send("{Capslock off}")<{POST_SNAPBACK}>Uhmm, the "Send("{Capslock}") ;toggle" will only flash the diode for 10 th of a sec, and the "Send("{Capslock on}")" and off does absolutely nothing????
CyberSlug Posted May 2, 2005 Posted May 2, 2005 Oops, forgot to add:Opt("SendCapslockMode", 0) Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Wb-FreeKill Posted May 3, 2005 Posted May 3, 2005 Oops, forgot to add:Opt("SendCapslockMode", 0)<{POST_SNAPBACK}>much better, thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now