feat(keylogger): more debugging info#30
feat(keylogger): more debugging info#30alexpyoung wants to merge 1 commit intocaseyscarborough:masterfrom
Conversation
|
Not sure if @caseyscarborough still monitors this, but I can +1 the timestamps. I was about to submit a pull request of a similar change that I had made before I found yours. I used this to record keystrokes during the process of data collection, so having a consistent machine-friendly format was critical. |
|
I do think this could be useful. I think for the sake of maintaining the current functionality and the minimizing the size of the log file, the default behavior could remain the same, and perhaps a flag could be included like |
|
Could I suggest a flag like |
|
Since people in this thread seem to be interested: my fork adds timestamps, keycode logging, key press/release logging, and modifier flags logging for every keystroke. (I also just print to Maybe you will find the code useful. Cheers. |
|
Follow-up: I also added a Python script that parses the output of my |

Hello, thanks for publishing your project. I found timestamps and press types useful for debugging. Feel free to merge or close at your discretion