Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

theflib

4
Posts
1
Followers
4
Following
A member registered Mar 20, 2020

Recent community posts

Works perfectly for me on Linux so far! Thanks so much for implementing this!

Thanks so much for making a Linux version, it's working great for me so far!

It detects keys while out of focus normally, so my previous workaround using xdotool to pass virtual keypresses to the Windows version running through Wine isn't needed anymore.

I did have to convert the filepaths in my avatar's xml file to Unix format, but that was easy enough to accomplish with a few sed commands. Migration was seamless otherwise!

Additional note for SAMMI users:

I also had the inverse issue of simulated button presses in SAMMI not being picked up. To work around that, I ended up putting the xdotool command into a shell script after all and having SAMMI run that with a command: start /unix /bin/bash /home/foo/bar.sh

Thank you for this awesome program, I'm loving how powerful it is! It works perfectly on Linux under Wine as well.

Only problem is that hotkeys don't work while the window is out of focus, but this is due to a limitation in Wine.

In case any other Linux users come across this, I was able to work around the problem by using a simplified version of the solution described here: https://www.howtogeek.com/125664/how-to-bind-global-hotkeys-to-a-wine-program-un...

Instead of creating separate script files, it worked for me to just assign commands directly to the keyboard shortcuts in the Plasma system settings menu. Screenshot for reference: https://imgur.com/a/VJNefOO