I’ve just switched over from Windows to Linux for my daily driver in the last few weeks, and after the initial learning curves everything seems pretty solid. The only thing I really, really need for some games is the ability to rebind keys that the game itself doesn’t allow. Examples would be Orcs Must Die 1 (no rebinding at all) or Dyson Sphere Program (my current issue) which has the E key hardcoded. I use ESDF for movement so I have to rebind pretty much every game.

I had tons of AutoHotKey scripts in Windows but I haven’t found anything comparable in Linux. What do you guys use? I’ve looked at AHK_X11 but every post I saw about it says it doesn’t work. I tried Autokey but found it clunky and it didn’t work properly in-game (micro-pauses between key repeats).

Really just looking for something that can easily rebind a few keys just for a game session. I know I’m going to have to learn xdotool and python for mouse stuff, that’s on my to-do list. :) But the vast majority of my games just need rebinding a few keys. Throw your wisdom at me. Thanks!

  • @[email protected]
    link
    fedilink
    English
    7
    edit-2
    3 months ago

    I’ve found an app called keyd to be super useful for remapping keys to other keys. it doesn’t map keys to scripts though.

    • @CarbonatedPastaSauceOP
      link
      English
      13 months ago

      That looks similar to the other one I tried, so I don’t think it will work. The problem comes into play when holding down a key - the text expanders generally won’t repeat the key properly to work in the game for continuous movement.

      Looks like a cool tool though and I’m going to check it out for other uses! Thanks!

  • @CarlosCheddar
    link
    English
    43 months ago

    I mostly play with the Steam Controller so I rely on Steam Input which works quite well but only if you’re playing on Steam.

    • @topinambour_rex
      link
      English
      43 months ago

      Good thing we can add no steam games to steam. That’s how I could have played Control(GOG) with full support for my controler.

    • @CarbonatedPastaSauceOP
      link
      English
      23 months ago

      xmodmap

      I like this, it’s very easy to understand the config file. I would like application specific mappings so I’m going to try keyd first, but I’ll keep this in my back pocket. Thanks!

  • @monstoor
    link
    English
    23 months ago

    I use ESDF for movement

    Yikes! However, back in the day I remember using zx*? for movement on the BBC Micro :-)

    • @CarbonatedPastaSauceOP
      link
      English
      23 months ago

      Yeah, I switched from arrow keys to ESDF going from Doom to Quake. WASD wasn’t the ‘default’ yet back then. And by the time it got annoying with new games coming out, muscle memory was already there. If I could go back in time and do that over, it would save me at least several days of my life rebinding stuff over the years, lol.

  • @CarbonatedPastaSauceOP
    link
    English
    13 months ago

    It never occurred to me to see if Steam could do this remapping without using a controller. I’ll have to investigate! Good tip, thanks.