im trying to control the OS volume by emulating mediakeys.
To do this i need to send rawCodes instead of KeyCodes.
how can i do this?
thanks
To do this i need to send rawCodes instead of KeyCodes.
How to emulate pressing media keys in Java?
How can I emulate pressing media keys in Java? Such as play/pause, next/previous, volume control. C# has VK_MEDIA_PLAY_PAUSE, VK_MEDIA_NEXT_TRACK and so on. Java has class Robot for working with...
stackoverflow.com
how can i do this?
thanks