Issue 460 in xmonad: XMonad.Util.EZConfig multimediaKeys missing <XF86TouchpadToggle>

Status: New Owner: ---- New issue 460 by egan.mcc...@gmail.com: XMonad.Util.EZConfig multimediaKeys missing <XF86TouchpadToggle> http://code.google.com/p/xmonad/issues/detail?id=460 1. Try using <XF86TouchpadToggle> in additionalKeysP. 2. Compiles without error. 3. Press <XF86TouchpadToggle>. Nothing happens. There should either be an error saying the key isn't defined, or preferably, the key should be supported. The scancode for XF86TouchpadToggle is 199. Component-Contrib

Comment #1 on issue 460 by daniel.w...@gmail.com: XMonad.Util.EZConfig multimediaKeys missing <XF86TouchpadToggle> http://code.google.com/p/xmonad/issues/detail?id=460 You can use checkKeymap to get an error: http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Util-EZConfig.html#v%3Ac...

Comment #2 on issue 460 by daniel.w...@gmail.com: XMonad.Util.EZConfig multimediaKeys missing <XF86TouchpadToggle> http://code.google.com/p/xmonad/issues/detail?id=460 To update: I would have added support for XF86TouchpadToggle myself, but it seems the problem lies with the X11 library's automatically-generated XF86.hsc, and I don't know what tool generated it. My XF86 header has the necessary defines, so if I can find the tool, I can send a patch updating XF86.hsc and a patch updating EZConfig. I'll take a look at X11's darcs repository tonight; the tool is probably in there somewhere.

Comment #3 on issue 460 by daniel.w...@gmail.com: XMonad.Util.EZConfig multimediaKeys missing <XF86TouchpadToggle> http://code.google.com/p/xmonad/issues/detail?id=460 Well, I couldn't find a tool for building that file. If anybody's more familiar with the X11 library, I'd love a tip here.

Updates:
Status: Fixed
Comment #4 on issue 460 by vogt.a...@gmail.com: XMonad.Util.EZConfig
multimediaKeys missing <XF86TouchpadToggle>
http://code.google.com/p/xmonad/issues/detail?id=460
Sat Sep 17 11:14:19 EDT 2011 Daniel Schoepe
* Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfig
stringToKeysym "XF86TouchpadToggle" looks like it will work here (it equals
269025193, not 0), so no changes to the X11 binding seem to be necessary.
Perhaps it would be better to just pass all strings that look
like "
participants (1)
-
codesite-noreply@google.com