I see no use for the numlock key, I’d rather just have the numpad on the whole time. Are there actually cases where it is useful or people who for some reason prefer their numpad turned off?
I have a smaller keyboard that doesn’t have dedicated arrow keys, or any of the home, page up, etc. They’re all on the numpad, so numlock for me is very useful.
I haven’t used numlock in years but I remember that for certain games that you played with the arrow keys, I preferred to use the arrows on the numpad instead of the dedicated ones.
And according to Wikipedia, the reason why numlock exists in the first place is the fact that certain keyboards didn’t have dedicated arrow keys, but did have a numpad. I guess numlock on full-sized keyboards is just a relic that keyboard manufacturers are schlepping around because it’s cheap enough to produce and doesn’t really hurt 🤷
You can still get some mechanical keyboards with numpads but not arrow keys, though since these are variations on compact layouts they tend to omit the numlock key as well.
Interesting. Most compact keyboards I’ve seen save space by removing the numpad, not the arrow keys. I assume you can emulate arrow keys by pressing some modifier key on those?
Exactly that. Royal Kludge makes one.
I think it’s a good layout. I have a tenkeyless at home and for some tasks I definitely miss the number pad more than I’d miss the arrow keys, especially since the number pad by design doubles as arrow keys and always has. I’ve seen even smaller keyboards that have numpads but not the number row, which would also be sweet. Reclaim some vertical deskspace as well as horizontal.
I think it is still is useful, as some software still hasn’t figured out how to turn on numlock automatically, and for a few applications number pad scrolling can be better than the arrow keys, but it is probably less useful than the scroll lock key at this point.
For a full size, 104-key PC keyboard, everything that is mapped to the numpad is also somewhere else, and the keys are spaced out enough that you’d almost never need to turn off the numpad, so the key is just there for oddball legacy apps that do weird stuff. It was more important before IBM released the fully “modern” 101-key Model M.
For laptop keyboards and other reduced format keyboards that still include all or part of a numpad, it can still be useful. I actually use autohotkeys instead, but one of my budget mechanical keyboards only has the arrow nav keys and the rest are accessed by turning off NumLock.
An easy indicator to see if a computer is on / wake it up / see if the keyboard is connected / see if a PC has crashed.
Depends on the settings on the computer.
I’ve seen some with USB ports powered when shut off, leave the numlock key lit.
no use whatsoever. this is an artifact from the days when the arrows, etc. did not exist as separate keys.
Never used it, really inconvenient. Stays off here and now you gave me an idea to rebind to something useful.
I only find it useful on laptop keyboards. I like the numpad for entering numbers, and I also like having dedicated keys for stuff like Home, End, and Insert when browsing or editing. It saves space when you can double the numpad for both.
10-key. Pretty useful for my job as a bookkeeper.
Right, but do you ever turn num lock off? I think the OP was trying to say it should just be stuck on because why would you use those arrow, home/end/pg up/etc buttons that kick in if num lock is off?
I can be useful. If NumLock is turned off you can use 2, 4, 6, and 8 as arrow keys for example. Although with most modern programs you can easily rebind keys so it’s more a thing of the past, like the “Pause” button.
A thing of the past? Pause is used a lot to pause games.
I have never seen pause used that way for modern games. Most of them just use
Escape
instead, with pause being left for lower-system things like theREISUB
sequence.Don’t know what to tell you, for me it often works. Maybe give it a try? Esc usually brings you to the menu, which implies pausing, but it’s separate from pause key.
I am an avid gamer and have never used that button to pause a game. Escape is the go to for that, no?
“A lot”?
Man, I’ve used F9 as a pause key more often than Pause.
It’s a relic of the past. Old keyboards didn’t have dedicated arrow keys and since many programs were only controlled by arrow keys rather than a mouse, having a num lock key was a good solution to the problem. But if you are still stuck in an environment where you have to navigate a lot with arrow keys, the num lock still comes in handy. Having Pg Up and Down and the Home/End keys nearby is super handy in this situation.
It’s still useful for some old video games, especially for multiplayer where both play at the same time.
Yes. On my keyboard there’s no separate “end” key, it’s part of 3 on the numpad, that key is very useful when using the terminal, because you don’t need to wait for 5 years for the cursor to make it to the end of your command.
Ctrl-e in bash is move cursor to end. Ctrl-a is like home.
emacs?!
set -o vi
unless you just want to see the world burn(I’m kidding, I use the emacs shortcuts in bash, but vim is my goto text editor)
Yeah I’m the same. Emacs shortcuts make a lot of sense for readline programs.
Reassign it to the NumLock key.
I’m too lazy to figure out how to do that
If you have keyboard software, you might be able to use that. I use autohotkey for reassigning keys. The script would be:
SetNumLockState, AlwaysOn NumLock::End
For windows,
Just put it in a txt file after installing AHK and use .ahk at the end of the file name. There’s a way to make it the default script, but I think but I use just task scheduler to make it start on boot/login.
Chaotic neutral
If you need to type numbers really fast, of course there’s no beating numlock. 10 key for the win. Of course that doesn’t get at why not just leave it as 10 key forever and skip the arrows. I know a lot of older programs… like msdos older…required the use of the arrow keys. And some people do prefer it for their cursor, and it doesn’t hurt to provide the option.
You can use ahk to force NumLock btw
Yes, there are arrows on the numeric keyboard which can be used for various reasons, also home and end buttons.