oblitum / Interception

The Interception API aims to build a portable programming interface that allows one to intercept and control a range of input devices.
http://oblita.com/interception
1.32k stars 271 forks source link

Can this intercept between MEDIA control keys? #136

Closed IamSanjid closed 2 years ago

IamSanjid commented 2 years ago

I would like to intercept between VK_MEDIA_PLAY_PAUSE. I think since the signal is getting from a different device other than Keyboard or Mouse, I think it cannot? Or is it possible to do something like that, thank you!

oblitum commented 2 years ago

If it's a device different from keyboard or mouse, then it won't go through Interception, and it can't do nothing about that at the moment.