Talo Halton
Talo Halton
Do you know any open-source Java applications that have this feature? I'm not entirely sure where to start, especially for Windows.
That seems to be for simulating media key presses, not for detecting them.
That seems like it'd work for media keys, but media session won't be shared with the system like in your screenshot.
For my own later reference, this library seems like it would work: https://github.com/Selemba1000/JavaMediaTransportControls
The library I mentioned seems to work on Linux, but on Windows it depends on DLL blobs with no source code so I won't be able to use it until...
I've implemented media controls for the native Windows target of [mediasessionkt](https://github.com/toasterofbread/mediasession-kt). Support for the JVM target (and by extension SpMp) should follow soon.
Added by dd8ac3d
Already planned, will probably be one of the first things I add after #93
Never managed to get around to this unfortunately. Probably won't be adding anymore but I'll keep this open.
For those with issues running `replay-sorcery kms-devices`: It fails for me with the error `Failed to get DRM framebuffer 120: Invalid argument` when running it from within my DE (Hyprland),...