Releases: ElDeveloper/keystats
Keystats Release 1.1.0
This is the second release of Keystats. It includes summary plots, better unit testing, and updated dependencies (thanks CorePlot and FMDB). In addition this release includes a couple of bug fixes that make the program more stable.
This is a preview of how the summary plots look when you run the app:
🚨
Keystats Release 1.0.0
Introducing Keystats, a simple keylogger for Mac OS X.
Keystats keeps track of every keystroke you type, saves this information in a SQLite database and shows you a brief summary of the data.
The intent is not to make Keystats the ultimate resource to analyze your keystroke data, but instead to provide a flexible source (read database) to address any questions you may have.
For every keystroke you type, the following information is obtained and logged into the keystrokes database:
- Current time with the following format 2013-12-27 00:17:40.
- Key type.
- Key code.
- ASCII representation.
- Front-most application's bundle identifier (Safari -> com.apple.Safari).
The database that Keystats uses is found in /Users/yoshiki/Library/Application\ Support/Keystats/keystrokes
.
See my blog post about Keystats.
🚨