I wrote a small key logger for Ubuntu, but I don't want it to record specific windows or password fields (in all windows). So I need some way to:
- Detect when a new window gets focus (so that I can stop my logging if needed).
- Detect when the user enters a password field (again, so that I could stop my logging).
Any ideas?