chrippa / ds4drv

A Sony DualShock 4 userspace driver for Linux
MIT License
1.05k stars 213 forks source link

Console key repeat #53

Open zqo opened 9 years ago

zqo commented 9 years ago

When using the controller in keyboard mode, the typematic repeat rate only applies to X11 sessions. When switching to console, the keys work, but no repeat occurs (and I haven't found a way to change this strange behavior yet). As far as I can tell, the keycodes for key press and release events are communicated properly (as diagnosed with the command line utility showkey). Any ideas whether this is a ds4drv or a kernel issue and, more importantly, how to fix it?