Dinesh966 / jnativehook

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

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

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