Closed GoogleCodeExporter closed 9 years ago
Doesn't seem to be happening any more after reboot, not sure what caused this.
Original comment by Michael....@gmail.com
on 31 May 2013 at 4:21
Hi Michael,
There have been some interesting things happening with the low level hooks on
Windows >= Vista. I still don't know exactly what is causing the problem, but
it looks like other programs maybe interfering with the hook for some reason.
I have started work on version 1.2 which will externalize the hook from Java
allowing for much simpler debugging. Once that is done I will see if I can
better determine why this is happening. If you notice the problem again see if
you can figure out if there is a program running that maybe triggering it or
how to reproduce it.
Thanks for the report.
Alex Barker
Original comment by a...@1stleg.com
on 31 May 2013 at 10:07
One other thing, what languages do you have configured and which one is the
default.
Original comment by a...@1stleg.com
on 31 May 2013 at 10:07
[deleted comment]
[deleted comment]
That's a keyboard hardware feature, and cannot be worked around in any
software. See http://www.win.tue.nl/~aeb/linux/kbd/scancodes-1.html#ss1.1
"The [pause key] produces scancode sequence e1 1d 45 e1 9d c5 when pressed
(without modifier) and nothing at all upon release"
notice that 45 is a make code and c5 is a break code for the same scancode
(c5h=45h+80h).
Rather, it's strange if it doesn't give a release code right after pressing.
Original comment by mark.jeronimus@gmail.com
on 22 Jul 2013 at 12:03
Original comment by a...@1stleg.com
on 22 Jan 2014 at 7:39
Original issue reported on code.google.com by
Michael....@gmail.com
on 31 May 2013 at 10:18