RegiOween Posted May 14, 2008 Posted May 14, 2008 Hi, folks! I searched but didn't find nothing about this question: Is there some way to send the combination of {CTRL} and {NUMLOCK} as a hotkey to some function? I already tried the following: HotKeySet("^{NUMLOCK}", "Function") HotKeySet("{LCTRL}{NUMLOCK}", "Function") HotKeySet("{RCTRL}{NUMLOCK}", "Function") None of the options above worked, so I would like to know if {NUMLOCK} has some special way to work. Thanks in advance. Reginald0
ACS Posted May 14, 2008 Posted May 14, 2008 Numlock needs to be used as one of the following: {NUMLOCK on} {NUMLOCK off} {NUMLOCK toggle} However none of those work since holding down the Ctrl nixes the effect of Numlock. I think this is some kind of specially reserved key combination that can't even be seen by Windows.
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