khampf / g13

libusb driver for the g13
23 stars 15 forks source link

Joystick STICK_UP, STICK_DOWN repeat failure #25

Closed Lichtenbolt closed 3 years ago

Lichtenbolt commented 3 years ago

STICK_UP bound to "w" & STICK_DOWN bound to "s". Intermittant repeat behavior, typically when the joystick is fully extended on a single axis. Otherwise STICK_LEFT & STICK_RIGHT function pefectly. It is as though Pageup is also bound to STICK_UP and Pagedown is also bound to STICK_DOWN - stopping the bound key from repeating ?

Lichtenbolt commented 3 years ago

My apologies for even posting this, I failed to even read the documentation where it lists STICK_PAGEUP and STICK_PAGEDOWN under the active zones - remapping these makes the problems go away. Thanks again for your efforts, works well now.

Lichtenbolt commented 3 years ago

Moreover my eyes are open to the same problem under closed issues, such a newbie.