← Back to team overview

xubuntu-dev team mailing list archive

[Bug 1561850] [NEW] The key XF86AudioMicMute is unbounded

 

You have been subscribed to a public bug:

Not sure if this is the right component to file it in, but I have to
start somewhere.

On certain machines there is a microphone mute key. This key, when
tested with xev, is known as XF86AudioMicMute. It is not bound to any
action by default as far as I can tell on a brand new install, even
though it is relatively trivia to support it.

Workaround:

Create a new keyboard application shortcut to the application `amixer -D
pulse sset Capture toggle`, or even fancier:

#!/bin/bash

amixer -D pulse sset Capture toggle | grep -q off

if [ $? = "1" ]; then
  notify-send "Mic on"
else
  notify-send "Mic off"
fi

However, this really should be addressed such that it is default,
preferably with a better UI more consistent with the volume
notification.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xfwm4 4.12.3-1ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-12.28-generic 4.4.4
Uname: Linux 4.4.0-12-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20-0ubuntu3
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Mar 25 01:31:25 2016
InstallationDate: Installed on 2016-03-14 (10 days ago)
InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=en_CA.UTF-8
 SHELL=/bin/zsh
SourcePackage: xfwm4
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: hundredpapercuts
     Importance: Wishlist
         Status: Confirmed

** Affects: xfwm4
     Importance: Undecided
         Status: New

** Affects: xubuntu-default-settings (Ubuntu)
     Importance: Wishlist
         Status: Confirmed


** Tags: amd64 apport-bug xenial
-- 
The key XF86AudioMicMute is unbounded
https://bugs.launchpad.net/bugs/1561850
You received this bug notification because you are a member of Xubuntu Developers, which is subscribed to xubuntu-default-settings in Ubuntu.