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?

  • Tavarin@lemmy.world
    link
    fedilink
    arrow-up
    14
    ·
    1 year ago

    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.

  • pinchcramp@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    1 year ago

    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 🤷

    • Bill@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      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.

      • pinchcramp@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        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?

        • Bill@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          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.

  • justanotherjo@kbin.cafe
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    1 year ago

    no use whatsoever. this is an artifact from the days when the arrows, etc. did not exist as separate keys.

  • wjrii@kbin.social
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    1 year ago

    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.

  • key@lemmy.keychat.org
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    It’s useful if you enable Mouse Keys mode. Which is useful if you find yourself without a working mouse for one reason or another.

  • CoffeeDev@lemmy.studio
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    1 year ago

    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.

  • Andi@feddit.uk
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    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.

    • boonhet@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Depends on the settings on the computer.

      I’ve seen some with USB ports powered when shut off, leave the numlock key lit.

  • jem0@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Yes, there are arrows on the numeric keyboard which can be used for various reasons, also home and end buttons.

  • Hillock@kbin.social
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    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.

  • supermurs@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I can’t even remember when I would’ve needed the arrow keys on the numpad.

    My keyboard has also SysRq, Scroll lock and Pause/Break keys on top of the numpad, never needed any of them.

  • ryo@lemmy.eco.br
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Never used it, really inconvenient. Stays off here and now you gave me an idea to rebind to something useful.

  • keyboardpithecus@lemmy.basedcount.com
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    It depends on if you are a heavy mouse user or a heavy keyboard user and you are using a laptop with a restricted keyboard. Personally to scroll a document I prefer the buttons page up/down home/end. Often I also use those buttons to select big parts of a file that I want to copy. E. g. Shift+Ctrl+End form me is a useful combination. On the other hand I rarely use the numeric pad for numbers, but I also feel more comfortable typing with the left hand, I guess that a lot more people heavy keyboard user would prefer the numeric pad.

    Yes the mouse is changing the habits for a lot of people, but the numlock may still be useful for some.

  • Untitled_Pribor@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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.

      • lando55@vlemmy.net
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        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)

        • WalrusDragonOnABike@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          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.

  • kuneho@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I actually have a collegaue who uses the numeric keys as arrows and shit, he uses the NumLock pretty regularly.

    He is the only one I actually know who does that, tho.