/UniversalKeyLogger

Simple keylogger that cares about your layout

Primary LanguageC#GNU General Public License v3.0GPL-3.0

UniversalKeyLogger

This tool is made for the study of typing habit, with the goal to analyze it to create a personalized keyboard layout (see my work on that)

One thing I found about other key logger is that most of the time they log the key, not the character displayed. That works well for QWERTY layout, but I’m using BÉPO and I couldn’t get a good stats.

Also as I don’t wan’t to install a spyware on my machine so I had to go open source :)

Hope you enjoy

install and use

Clone the repo and compile using .Net 5

Then start keylog.exe, you will have a console feedback and everything will be logged in key.log

Sorry but it should only work on Windows as it use some specific library.