this post was submitted on 09 Apr 2024
1 points (100.0% liked)

Linux Gaming

14957 readers
52 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

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!

top 9 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 5 months ago (1 children)

I use ESDF for movement

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

[–] [email protected] 0 points 5 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.

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago) (1 children)

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.

[–] [email protected] 0 points 5 months ago

That looks perfect, thanks!

[–] [email protected] 0 points 5 months ago (1 children)
[–] [email protected] 0 points 5 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!

[–] [email protected] 0 points 5 months ago (1 children)

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.

[–] [email protected] 0 points 5 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.

[–] [email protected] 0 points 5 months ago

I've never used it, but Espanso is a popular open-source alternative for AutoHotKey. Maybe that can work?