suraj0208/jnativehook

Is there a way to consume NativeKeyEvent so that other application can't capture the keystrokes.

Closed this issue · 1 comments

What steps will reproduce the problem?
1.Create a sample program for public void nativeKeyPressed(NativeKeyEvent 
e)function 
2.Run the Program
3.Open notepad
4.type any key
5.Both notepad and program capture the keystrokes

What is the expected output? What do you see instead?
I want only program to capture the keystrokes.Notpad also capture the keystroke.
Is there a way to consume the NativeKeyEvent so that other applications can't 
capture them.

What version of the product are you using? On what operating system?
Product:JNativeHook-1.1.4.zip
OS:Windows 7

Original issue reported on code.google.com by manoj....@gmail.com on 28 Jun 2013 at 6:11

  • Merged into: #22

Original comment by a...@1stleg.com on 2 Jul 2013 at 4:36

  • Changed state: Duplicate