LeVanPhuUIT / jnativehook

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

Not capturing all keys on mac #90

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
JNativeHook is working fine and capturing all events except capturing most of 
the keys,
it's capturing only control, shift, option, and command. 

Note: No error is being produced.

Original issue reported on code.google.com by mr.kanaw...@gmail.com on 8 Sep 2014 at 8:15

GoogleCodeExporter commented 8 years ago
I believe one other person reported something like this but I have been unable 
to duplicate the issue.

OS X Version?

JNativeHook version?

Can you paste the console output with the log level set to all?  I am most 
interested in the initial start up, copyright to first event.

Do you have any kind of Antivirus or Security software running?

Original comment by a...@1stleg.com on 9 Sep 2014 at 5:23

GoogleCodeExporter commented 8 years ago
Yes, I have seen another person reporting the problem on his\her macbook air, 
but it wasn't solved. 

OS X 10.9.4 
JNativeHook version : The latest one: 1.1.4 

I have downloaded the jar file, and it's working fine, it's capturing all mouse 
and keyboard activities except that in the case of keyboard activities, it's 
only capturing: shift, command, alt, and control. 
That's why I don't think there's a problem with the initial startup. 

I don't have any antivirus, and I have given the application the permission to 
control the mac from the System Preferences. 

Thanks for your fast feedback, I would really appreciate it if you can solve 
the problem, since I am using the library for a college project. 

Original comment by mr.kanaw...@gmail.com on 9 Sep 2014 at 6:16

GoogleCodeExporter commented 8 years ago
Please test with a recent nightly like the one attached to 
https://code.google.com/p/jnativehook/issues/detail?id=43#c50

Apple changed the way accessibility works in 10.9 and 1.1.X cannot deal with it 
correctly.  I am not sure if that is what is causing the issue but its a good 
place to start.

Original comment by a...@1stleg.com on 9 Sep 2014 at 8:19

GoogleCodeExporter commented 8 years ago
Thanks !! 
That worked perfectly fine!
Thanks for your efforts.

Original comment by mr.kanaw...@gmail.com on 9 Sep 2014 at 8:27

GoogleCodeExporter commented 8 years ago
Awesome! No problem.  I will be releasing either beta 3 (which is basically 
what you just downloaded) or Release Candidate 1 after I fix this 
(https://github.com/kwhat/jnativehook/issues/10) substantial issue.  All 
downloads will be moving to github shortly. 

Original comment by a...@1stleg.com on 10 Sep 2014 at 12:37