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
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
Add this command to startup application so logkeys will be started automatically during every startup..
Goto-->System-->Preferences-->Startup Applications
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 thislogkeys --start --output test.log
to stop logkeys typelogkeys --kill
in terminal.Logkeys quick setup:
Get Logkeys from GoogleCode project spot:
Unarchive Logkeys:
Build up Logkeys:
In case of
./configure
failure, run:Now, it's important to have the current keyboard map file. You can download the keyboard map files at: http://code.google.com/p/logkeys/wiki/Keymaps
After downloading the keyboard map file that you need, you can set up logkeys:
Where
-s
starts the logkeys deamon,-m
is the path for the keyboard map file and-o
the log output file. Logkeys should now begin to dump the capture keystrokes to the defined log file (human readable).To stop logkeys:
For auto start at boot time:
and add this to the bottom of the file:
If desired, reboot your linux box to check the auto start entry at
rc.local
And you are done! Props.
Sorry, I think the documentation is very understandable; Ask concrete question, if you don't understand something.
The second question, what isn't in the docs, I can anwser with this: