Hi! I’m relatively new to mechanical keyboards and I need some help.

I need a 60% that will allow to toggle between two mode, one for writing and one for cursor movement with arrows (possibly on IJKL).

From what I found most of the 60% use the Fn button for arrows, but you have to keep it pressed, which will not work for me… I need to actually toggle the alternative layout. Some 60% have a “Fn lock” to support this, but it’s hard to tell by just looking at their specs…

Do you know any model with a similar feature?

  • Axolotling@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    1 month ago

    Any keyboard that supports qmk should work for this. You can enable mousekeys and there are also functions to toggle layers

  • sloppy_diffuser@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 month ago

    I haven’t made a keyboard in awhile but anything that supports QMK (or whatever is new and shiny today) should be able to support this.

    QMK and the like are custom firmware so you can pretty much code up whatever feature you need.

    If you are looking for a pre-built, I know my Tofu65 supports QMK from https://kbdfans.com/.

    QMK is written in C but they do have a no code tool I used for my Tofu65: https://config.qmk.fm/#/.

    If the tool doesn’t cover your use case and you are able to do a little C, these sections are good starting points for layers (what you call modes) and cursor keys.

    https://docs.qmk.fm/feature_layers

    https://docs.qmk.fm/features/mouse_keys

    • mattreb@feddit.itOP
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      QMK looks good, also because I’m familiar with C. I’ll probably go with a prebuild to start out since I’m mainly interested in customizing the setup for now, thanks!