kernc / logkeys

:memo: :keyboard: A GNU/Linux keylogger that works!
Other
748 stars 251 forks source link

Actually parse keycodes instead of assuming they're all present in order #247

Open za3k opened 1 year ago

za3k commented 1 year ago

Some keyboards weren't being mapped correctly. It was due to parsing dumpkeys incorrectly

Fixes the other half of #162 and #245, along with PR https://github.com/kernc/logkeys/pull/246

za3k commented 1 year ago

Shoot, this is re-clobbering flags now. This project wants tests of some kind IMO