Jump to content

As we know that NumLock key causes the Numpad to act differently on basis of its on/off status. I want to ask that can we make keys other than Numpad to do other events on NumLock basis? For example, when NumLock is Off the arrow key act as same arrow key but when NumLock is On the arrow key acts like Enter Key. Is there any software or some registry editing to do this?

Link to comment
Share on other sites

Link to post
Share on other sites

You could do this with AutoHotkey.

Do you have any coding experience? If not, what I'm about to say might not make much sense.

 

Just set up a Boolean and change its true/false statement once you click the numlock key. 

Than make a piece of script that capture the inputs you want to change (in this case the arrow keys) and make it check the Boolean. Based upon that true/false statement you can make it so something else (e.g. make up arrow trigger the enter key if numlock is pressed).

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
Share on other sites

Link to post
Share on other sites

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

×