this post was submitted on 07 Aug 2024
37 points (97.4% liked)

Linux

47557 readers
797 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I use Kubuntu 24.04. My keyboard has working media playback keys. When I listen to music and a video starts playing, I want to pause the music. It usually pauses the video which i could also pause easily in other ways. Is it possible to write a script that toggles through the other media playing processes in terms of coupling them to the media keys?

you are viewing a single comment's thread
view the rest of the comments
[–] Shifty@sh.itjust.works 11 points 1 month ago (1 children)

playerctl can list and control (most) media players individually, and would be suitable for writing a script with. In terms of rebinding keys you might be able to set them to run shell commands using global shortcuts in KDE system settings, although I’m not at my computer right now to test it.

[–] vovo@lemmy.dbzer0.com 3 points 1 month ago

That looks promising, thank you.