input-remapper icon indicating copy to clipboard operation
input-remapper copied to clipboard

output not working in wine/wow

Open lordkitsuna opened this issue 2 years ago • 2 comments

  1. arch Linux
  2. wayland session
  3. plasma
  4. lrwxrwxrwx 1 root root 0 Oct 18 18:57 /proc/1/exe -> /usr/lib/systemd/systemd

I'm not sure if this is explicitly a libremapper issue or not. I'm attempting to get this working on world of Warcraft through wine with Lutris to repeat keys when held down it works in the games chat (can spam a letter in chat when held down) but not for the actual in game spell casting and i can't seem to figure out why. I'm wondering if that's just something games do by stealing input or something and I'm doomed or there is some kind of work around.

i would assume it should be possible since windows tools like razer synapse can do it. what would be helpful information to diagnose this.

lordkitsuna avatar Oct 19 '23 02:10 lordkitsuna

Any chance you're using an Action Bar Addon like Bartender or Dominos? Only the stock action bar allows for spam-casting, iirc.

daveschz avatar Nov 04 '23 14:11 daveschz

Try to add some delay into your macro. Something like hold(key(KEY_1).wait(200))

sezanzeb avatar Nov 05 '23 10:11 sezanzeb

Try to add some delay into your macro. Something like hold(key(KEY_1).wait(200))

I forgot to get back to this. I was eventually able to get this working, both using the format from your example and setting up the game to use gamescope. For whatever reason it still doesn't behave properly for me outside of gamescope however with it your example behaves as expected and does the proper timing on repeating keys. Thank you!

lordkitsuna avatar Feb 20 '24 22:02 lordkitsuna