[openbox] Mediakeys on Notebook

David Courtney blixel at gmail.com
Tue Jun 6 18:06:33 EDT 2006


> you can write the keycode directly, but use hex, so if the keycode is 132
> you write 0x84
>

Ahh.... does that mean that mean instead of this:

  <keybind key="XF86AudioMute">
    <action name="Execute"><execute>amixer -q -c 0 sset Master
toggle</execute></action>
  </keybind>

I can have this:

  <keybind key="0xA0">
    <action name="Execute"><execute>amixer -q -c 0 sset Master
toggle</execute></action>
  </keybind>

And then forego Xmodmap?



More information about the openbox mailing list