[xmonad] Issue 582 in xmonad: Add <XF86AudioMicMute> to EZConfig multimediaKeys

codesite-noreply at google.com codesite-noreply at google.com
Mon Dec 22 05:14:43 UTC 2014


Updates:
	Status: Fixed
	Cc: byor... at gmail.com

Comment #1 on issue 582 by vogt.a... at gmail.com: Add <XF86AudioMicMute> to  
EZConfig multimediaKeys
https://code.google.com/p/xmonad/issues/detail?id=582

I've pushed a patch adding XF86AudioMicMute to EZConfig

byorgey: I'm wondering why we actually list so many keys because most of  
the strings listed are acceptable to stringToKeysym:

> length keyNames
237

> filter (\(s,v) -> stringToKeysym s /= v) keyNames
[("Backspace",65288),("Scroll_lock",65300),("Esc",65307),("L",65361),("U",65362),("R",65363),("D",65364),("Space",32)]

So it would be possible to just use stringToKeysym, instead of having so  
many elements in keyNames?

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings


More information about the xmonad mailing list