5 ms·
Thanks! https://undo.meteor.com https://undo.meteor.com was a side project last year that we aggregated into the dashboard. The undo is indeed a key logger on a
by EvilDavid75 12y ago
Thanks! https://undo.meteor.com https://undo.meteor.com was a side project last year that we aggregated into the dashboard. The undo is indeed a key logger on all Macs at the office. The server only registers the events when the IP address from the sender matches the office's (so we don't log events outside of the agency). We're about 30 people at the office, they all know and trust me. They're all aware of the logger, and it does show in the menubar. And it really, really, really only logs LeftCommand-Z and sends the first name from the logged in user + the active app. Looking forward to your sensors btw!
- mfontani 12y agoIs the source code for this key logger available somewhere? I'd be interested in extending it to track Ctrl+C and Esc (heavy Vim user here)!
- EvilDavid75 12y agoHere! My first OS X app, and I'm no developer, so probably poorly written. https://github.com/SidLeeParis/UndoLogger https://github.com/SidLeeParis/UndoLogger