Summary: | kmix mute microphone key shortcut doesn't work | ||
---|---|---|---|
Product: | [Applications] kmix | Reporter: | firewalker <firew4lker> |
Component: | general | Assignee: | Christian Esken <esken> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | oded |
Priority: | NOR | ||
Version First Reported In: | 21.04.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
firewalker
2021-05-31 11:56:23 UTC
I think I have the same issue - pressing the global keyboard shortcut for "mute microphone" does not mute audio input and the "microphone is recording" icon in the system notification tray isn't showing the "crossed out microphone". Apparently the "mute microphone" keyboard shortcut only mutes the first microphone, while using the microphone icon in the system notification tray to mute will correctly mute all the microphones connected to the system. (In reply to firewalker from comment #0) > Executing the following command has no effect. > > qdbus org.kde.kglobalaccel /component/kmix > org.kde.kglobalaccel.Component.invokeShortcut 'microphone_mute' That didn't work for me either, and I believe the problem is that "microphone_mute" is not an available shortcut. `org.kde.kglobalaccel.Component.shortcutNames` suggests "mic_mute" which does work for me, with the above caveat. |