Le 2 décembre 2022 05:29:33 GMT+02:00, Alexis <flexibe...@gmail.com> a écrit : > >Vlad Meșco <vlad.me...@gmail.com> writes: > >>> Good idea! I may try that. It would be too much to hope for a >>> setting that logs keycodes to some log file or to the console I >>> expect? >> >> I mean you could add some printfs or log(9) in `wskbd.c', probably in >> `wskbd_translate', assuming control flows through there on your setup. >> >> I don't know of any utility on OpenBSD that can help here. > >xev(1)? > >https://man.openbsd.org/xev.1 > > >Alexis.
Hi Alexis, At least on my i386 laptop, xev is showing different keycodes than what wscons uses. Vlad