For information:My F30 key is my multimedia volume key on my laptop. I affect this in my .xinitrc with:
/usr/bin/X11/xmodmap /home/capitn/xmodmap.sup With in xmodmap.sup: keycode 174 = F30 keycode 176 = F31 keycode 160 = F32 keycode 111 = F33 keycode 234 = XF86AudioLowerVolume keycode 233 = XF86AudioRaiseVolume keycode 232 = XF86AudioMute keycode 231 = XF86Mail keycode 130 = XF86OpenURLbecause these keycodes are not registered by default. XF86... are keys on an USB keyboard but I didn't test them.
So it is arbitrary and you can do that in an other way (perhaps). capitn Anselm R. Garbe wrote:
On Wed, Aug 16, 2006 at 08:19:14PM -0400, mikshaw wrote:>From Capit Nicolas, (17/08/06 00:37):I use False to perform this. ex:{ False, XK_F30, spawn, { .cmd = "exec /usr/bin/aumix -w -5" } }, \yeah...that's the stuff. Thank you =o)NULL and False are both wrong, use 0 instead (the modmask is a long).
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ dwm mailing list [email protected] http://wmii.de/cgi-bin/mailman/listinfo/dwm

