kwhat / jnativehook

Global keyboard and mouse listeners for Java.
Other
1.73k stars 344 forks source link

Input tags with type="password" #52

Closed mogwai closed 9 years ago

mogwai commented 9 years ago

When typing into an input tag on any website, the native hook doesn't pick up anything at all.

kwhat commented 9 years ago

Is this on OS X?

mogwai commented 9 years ago

Yes Yosemite

On Sunday, 31 May 2015, Alex Barker notifications@github.com wrote:

Is this on OS X?

— Reply to this email directly or view it on GitHub https://github.com/kwhat/jnativehook/issues/52#issuecomment-107225558.

Regards,

Harry

kwhat commented 9 years ago

As far as I know this is intentional on OS X to prevent key logging though the accessibility api. It wont work on any password input.