Java Interface for Multimedia Keys

若如初见. 提交于 2019-11-30 19:58:35

问题


Anyone has experiences about interfacing with multimedia [or Fn Function] keys in Java?

There seems to be an incomplete discussion regarding multimedia buttons in Java here. There is also a library, JIntelliType, which can be used to register global hotkeys in Windows, but only works for registering globally, not media keys.


回答1:


Incorrect. I am the author of JIntellitype and you can call registerIntellitypeListener in this example and it registers for the Multimedia keys of Windows like Play Pause Stop etc.

http://melloware.com/products/jintellitype/quick-start.html



来源:https://stackoverflow.com/questions/3689948/java-interface-for-multimedia-keys

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!