Automatically exported from code.google.com/p/logkeys
Stars
0
Forks
0
Watchers
0
Open Issues
54
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Fixed issue 45 (only --post-size rewrites old log)
f0bce97View on GitHubHopefully fixes issue http://code.google.com/p/logkeys/issues/detail?id=42 (Couldn't determine keyboard device). We have a new heuristic! :D
6a8587eView on GitHubHopefully fixes issue 60 (http://code.google.com/p/logkeys/issues/detail?id=60)
995e7a7View on GitHubDevice detection now obtains event index by parsing 'Handlers' line.
98957abView on GitHubReplaced all char*s in args struct with std::strings -- safer.
148cf19View on GitHubAdded 'Microsoft' to the list of keywords for auto device discovery. The approach is shit. :D
9ec1fe6View on GitHubFixed some IF conditions regarding --export-keymap switch.
1202bcfView on GitHubthere was a serious "condition" error in set_utf8_locale(), which prevented "finding" UTF-8 even when it's there, now fixed
420d701View on GitHubupdated args.cc so there are no 0bXXXX binary constants defined (replaced with hexadecimal 0xXXXX), because they seem to cause errors on older g++
210adceView on GitHubHopefully final in a serie of minor doc-related updates in this "iteration."
a62e23bView on GitHubMentioned llk and llkk in the ChangeLog, and added more --post-size info in the man file.
3b95dc0View on GitHub