JackieXie168 / logkeys

Automatically exported from code.google.com/p/logkeys
Other
0 stars 0 forks source link

logkeys does nothing using any command except help #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo logkeys --export-keymap spy.log (or any other command except help)
2.
3.

What is the expected output?
Should create a logging file spy.log to log when typing sudo logkeys --start 
--output spy.log and go to background. When i type sudo logkeys --export-keymap 
spy.log it should export the keymap and exit
What do you see instead?
Instead whatever i do, command line never returns i.e i have to enter ctrl+c to 
get back my terminal. Also no file is created.

What version of the product are you using (`logkeys --help`)?
Version 1.0 (from the repository)
On what operating system?
Lubuntu 11.10

Please provide any additional information below.
If applicable, also attach contents of /proc/bus/input/devices, the output
of command `dumpkeys -n > dumpkeys.output`, and any
other relevant files.

Dumpkeys command returns:
Couldn't get a file descriptor referring to the console

For me event2 is working(i receive output when i type something) I tried to map 
the /dev/input/event2 using argument -d but again the something happened.

Sorry for my bad english.

Original issue reported on code.google.com by vasilaki...@gmail.com on 17 Jan 2012 at 8:07

Attachments:

GoogleCodeExporter commented 9 years ago
Btw i have to say that about an hour ago i installed it in my laptop which has 
exact the same OS (Lubuntu but 32bit instead of 64bit) and works like a charm !

Original comment by vasilaki...@gmail.com on 17 Jan 2012 at 8:09

GoogleCodeExporter commented 9 years ago
Also now i saw that it consumes 100% one of my too cores. Sorry not to mention 
it before.

Original comment by vasilaki...@gmail.com on 17 Jan 2012 at 8:12

GoogleCodeExporter commented 9 years ago
Happy news !! I found the solution in the documentation !! I only had to add 
--us-keymap !!
Thanx and sorry for any fuzz i made !!

Original comment by vasilaki...@gmail.com on 17 Jan 2012 at 8:18

GoogleCodeExporter commented 9 years ago
100% CPU consumption was fixed by 0.1.1 release.
download the latest snapshot from SVN, if you're willing, and report if 
anything is wrong.
thanks.

Original comment by kernc...@gmail.com on 17 Jan 2012 at 9:13