Is there any JAR libraries that allow to create global Windows hotkeys? [closed]

StackOverflow https://stackoverflow.com/questions/19741406

  •  03-07-2022
  •  | 
  •  

문제

I want to create such application where it performs some action on clicking hotkey, BUT these hotkeys should be able to be pressed without being focused on my application. I mean, you could run some game(for example) and these global hotkeys stll work.

SO...is there any JAR libraries that allow to do this?

도움이 되었습니까?

해결책

You should take a look at JNativeHook: https://code.google.com/p/jnativehook/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top