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?

top 5 comments
sorted by: hot top controversial new old
[–] 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.

[–] neidu2@feddit.nl 7 points 1 month ago (1 children)

I don't have a solution for you, but to get you started, run xev and see which keycode event is triggered by the keypresses.

[–] wuphysics87@lemmy.ml 2 points 1 month ago

Or wev on wayland

[–] palordrolap@kbin.run 4 points 1 month ago

Check system settings for a keyboard entry / applet. I'm on LMDE Cinnamon and have no idea what the equivalents are on Kubuntu, but over here it's definitely possible to change/remove the default keyboard assignments and set up custom ones instead.

For example, I have Shift+WWW (the multimedia key that starts a web browser by default) set to start the browser with an alternate profile. I could just as easily set plain old WWW to, say, start a terminal instead, or run that custom command.

The hardest part is knowing what custom command to run to get the desired effect.