antimicrox icon indicating copy to clipboard operation
antimicrox copied to clipboard

Advanced joined keys not working in 3.2.5

Open cyberconan opened this issue 2 years ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

I use the guide button in my Logitech gamepad for send ALT+F4 when the button is pressed 6 seconds. This works great in 3.2.4 but not work in 3.2.5.

Expected Behavior

Send ALT+F4 combined keys after the delay.

Steps To Reproduce

Select a button, go to advanced assignments and create a new one with:

  • Delay 6.00
  • ALT_L+F4 (joining both keys)
  • Test the button configured with any window, it must be close after 6 seconds Screenshot_20220802_184515

Environment

- OS: Archlinux
- AntiMicroX version: AUR version 3.2.4 but tested 3.2.5.

Anything else?

No response

cyberconan avatar Aug 02 '22 16:08 cyberconan

@mmmaisel
Do you suspect any of the changes introduced by you in the latest release?
If not, I will try to reproduce it and manually bisect commits.

pktiuk avatar Aug 02 '22 18:08 pktiuk

No sorry, I don't know what commit could be the one than produce the issue and is better than someone can confirm than the problem is reproducible in other computer with the last version. Thanks!!

cyberconan avatar Aug 02 '22 22:08 cyberconan

This sounds close to my problem using 3.2.5 on ubuntu 22.04. It seems like it's not auto-updating joysticks when the profile is loaded. If I manually hit update joysticks from the tray while on the profile it works.

Also I noticed an error while starting antimicrox from the command line:

ioctl (GFEATURE): Input/output error

HoJo215 avatar Aug 11 '22 16:08 HoJo215

@cyberconan
I am not able to reproduce this problem.
Have you tried to test it without this delay or with another shortcut like Alt+Tab?

pktiuk avatar Oct 23 '22 11:10 pktiuk

Hi @pktiuk, sorry not write before, I think the issue is related to Wayland because not happens with Xorg and only with some applications like RPCS3 than not take the focus. I need click with mouse or use a script than take window focus. You can close the issue. Thanks!!!

cyberconan avatar Oct 23 '22 12:10 cyberconan

Could you test it under Xorg with two event-generation mechanisms?
antimicrox --eventgen xtest and antimicrox --eventgen uinput
Maybe it is caused not by wayland, but by input (xtest does not work with wayland)

pktiuk avatar Oct 23 '22 12:10 pktiuk

@HoJo215
I also got error ioctl (GFEATURE): Input/output error
But after investigation function ioctl always returned a success value (0). Moreover I can't find what this warning is about. Idk how it may be related tho this (or any other issue).

pktiuk avatar Oct 23 '22 14:10 pktiuk