Hi, I was p*ssed off by this kludge which is xset (including SDK, deps, deps SDKS) being the "only way" to turn off/on the global x11 key autorepeat (xserver command line option does not work, and xorg keyboard driver option does not work).
I wrote a minimal tool to do so, using xcb, some suckless users may be interested in such thing. https://rocketgit.com/user/sylware/nyanlinux/source/tree/branch/master/blob/files/x11keyautorepeat.c (BUILD SYSTEM=cc -o x11keyautorepeat x11keyautorepeat.c -Ixcb_include_directory -lc -ldl) A bit of warning, discovered that many applications are turning this global switch on. cheers, -- Sylvain