Jump to content

Recommended Posts

Posted

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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...