Macro keyboards are mini programmable USB keyboards that can be pressed to trigger shortcuts, a sequence of keypresses etc. They can have several layers so switching to a different one will trigger different keypresses from the same key, so e.g. different IDEs can be represented.

I’ve just bought one with a view to setting up shortcuts for debugging. Each IDE has its own unique keys for navigating through the code, so I figure it’ll be nice to just press one key to start debugging and one key to step into instead of a combination of ctrl+whatever etc

Do you use one? If so, what do you use it for and what size do you use? Is it too big / too small?

  • 0101100101@programming.devOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 day ago

    I’m using ch57x-keyboard-tool to configure it

    Great! I’ve bought similar without the dials (I wish I didn’t have to pay extra for the stupid LEDs) and was hoping there was something open sourcey to configure it with rather than their dodgy codebase for the same reasons you list!

    • Deebster@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      It works great and the config is simple. It doesn’t handle triggering things from those keypresses, but you’ve probably already got something running that does that.

      • 0101100101@programming.devOP
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 day ago

        I’m using Mate and it allows me to easily define custom shortcuts to open apps and so on. I suppose autoIt / the linux variants / custom script can add additional functionality to the keypad as well!