Open GoogleCodeExporter opened 9 years ago
I would love to have it to work on Windows as well.
Right now the problem is that key-mon uses the fcntl module that is Unix/Linux
only.
Original comment by olaf.rip...@gmail.com
on 17 Nov 2010 at 8:44
Issue 70 has been merged into this issue.
Original comment by livibet...@gmail.com
on 12 Aug 2011 at 4:05
I don't see fcntl being used, maybe it's removed some time after?
At this moment, from grep import result, I think these are the only issues:
from Xlib import X
from Xlib import XK
from Xlib import display
from Xlib.ext import record
from Xlib.protocol import rq
And there are quite fundamental for how key-mon can work. The keycode stuff and
record extension. I am sure they are quite different than in Windows if there
are some equivalent packages can be used, maybe even different in _different_
versions of Windows.
A little off-topic, how about Max OS? I know they have X Window package, but
don't know if it's same or if it has record extension.
Original comment by livibet...@gmail.com
on 15 Aug 2011 at 3:39
Issue 129 has been merged into this issue.
Original comment by livibet...@gmail.com
on 31 Aug 2013 at 7:51
Original issue reported on code.google.com by
slvgro...@gmail.com
on 24 Oct 2010 at 8:06