this post was submitted on 03 Jan 2026
24 points (92.9% liked)

Linux Gaming

25213 readers
437 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.

No memes/shitposts/low-effort posts, please.

Resources

Help:

Launchers/Game Library Managers:

General:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Howdy folks, so wanted to start off the new year as I mean to go on and ditch Windows and start using POP!_OS for my gaming needs. My main game of choice is FFXIV which I play on keyboard and mouse. I've encountered something I fear my muscle memory will not move on from that I'm hoping someone might have some advice (I did search but couldn't find this topic).

Two of my mouse buttons on my Logitech G903 I have set to rapidfire when they're held down. This only works when not on the onboard memory however, so not working over on my POP boot. I tried Solaar but it can't even see my Logitech mouse or keyboard. I tried Piper and Ratbag but that could similarly only change the keys but not let me use things like macros.

Do I have any other options? I would literally go so far as to change mouse brand if any other gaming mice can natively handle things on Linux.

you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 15 points 2 months ago (1 children)

I haven't used it, but from a quick skim, it sounds like input-remapper can do this.

https://github.com/sezanzeb/input-remapper/blob/main/readme/macros.md

hold

Runs the child macro repeatedly as long as the input is pressed.

Examples:

hold(key(space))

https://github.com/sezanzeb/input-remapper/blob/main/readme/examples.md

key(BTN_LEFT) a single mouse-click

[–] sai_mi 3 points 2 months ago

Thanks! I'll give it a try!