Xfce Forum

Sub domains
 

You are not logged in.

#1 2026-08-01 04:27:08

erikl1nx
Member
Registered: 2026-08-01
Posts: 2
LinuxChrome 150.0

Help to launch PulseAudio Panel with keyboard shortcuts

Hello !

I'm new in configuring the xfce desktop i have learned for example that this command can be launched (mapped to a keyboard shortcut) /usr/bin/xfce4-popup-clipman

I was wondering, is it possible to launch the PulseAudio Panel ? Many thanks in advanced !

Offline

#2 2026-08-01 10:08:17

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,663
LinuxFirefox 153.0

Re: Help to launch PulseAudio Panel with keyboard shortcuts

Hello and welcome.

The pulseaudio panel doesn't have that option, however, you can mimic the functionality with xdotool. For example, the following command will move my mouse over the pulseaudio icon and simulate a click to bring up the menu:

xdotool mousemove 1900 10 click 1

...you may have to adjust the X and Y coordinates (1900 and 10) to work on your system depending on where the icon is located.

You can then add that command to a keyboard shortcut to make it easier to execute.


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2026-08-02 00:34:24

erikl1nx
Member
Registered: 2026-08-01
Posts: 2
LinuxChrome 150.0

Re: Help to launch PulseAudio Panel with keyboard shortcuts

Many thanks Admin ! sounds like good old macro tools, I found a way, please let me share this other option:

found that all available commands (maybe all maybe not) can be obtained with:

compgen -c  >> allfedoracommands.txt

there is a command called "amixer" and this both can be used to increase the volume and decrease it if mapped with the included keyboard shortcut settings manager

amixer set Master 3%+
amixer set Master 3%-

Offline

Registered users online in this topic: 0, guests: 0

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.013 seconds, 8 queries executed - Memory usage: 525.26 KiB (Peak: 526.23 KiB) ]