pascomartin / jnativehook

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

keys not captured on MacBook Air #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.java -jar jar/JNativeHook.jar org.jnativehook.example.NativeHookDemo
2.Pressing alphanumeric keys, space, function, tab, symbols, caps lock, fn, 
arrows are not reported as events
3.Only mouse moves, and key presses for shift, ctrl, option, command are 
captured as events

What is the expected output? What do you see instead?
I expect all keys to be reported as events. Especially the character keys.
Only mouse moves, and key presses for shift, ctrl, option, command are reported 
as events

What version of the product are you using? On what operating system?
Latest jnativehook version of today
Java 1.6.0_65 Java HotSpot(TM)
64-Bit Server VM, and OSX 10.8.5

Please provide any additional information below.
We use jnativehook to add sound to key events for making music with 
clojure/overtone. So far this worked really well, just not on the new retina 
MacBook Air. Maybe they changed their keycodes?

Original issue reported on code.google.com by sschi...@gmail.com on 21 Nov 2013 at 8:28

GoogleCodeExporter commented 9 years ago
Please test with version 1.2 beta2 or later.

Original comment by a...@1stleg.com on 12 May 2014 at 3:06

GoogleCodeExporter commented 9 years ago
I fixed a couple of issues that may cause deadlocks on OS X as well as a 
potential small memory leak.  Attached is a nightly that includes the fix.  If 
this is still an issue please reopen.

Original comment by a...@1stleg.com on 26 Jun 2014 at 6:48

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks a lot! I will test it asap (on holiday right now).

Original comment by sschi...@gmail.com on 30 Jun 2014 at 9:21