Ubuntu – How to run logkeys

startup

I just installed logkeys from Software center. I am finding it hard to run it. Its documentation page doesnt help much either.
1. How do I run it?
2. Can I bind the start up with a key combination?
3. How to see the logs?

Thanks in advance

Best Answer

Add this command to startup application so logkeys will be started automatically during every startup..

Goto-->System-->Preferences-->Startup Applications

alt text

In startup applications preferences click add,it will give you a windows with Name,Command and Comments..

In Name field you can give any name and in Command field type logkeys --start and click save.

Before that you want to specify output location for your log.In terminal type touch test.log and then type this logkeys --start --output test.log to stop logkeys type logkeys --kill in terminal.