You are not logged in.
Offline
I suppose you could use a mixture of xbindkeys + xmodmap.
I put in my .Xmodmap:
keycode 176 = XF86AudioRaiseVolume
keycode 174 = XF86AudioLowerVolume
and in my .xbindkeysrc:
"amixer sset PCM 2+"
XF86AudioRaiseVolume
"amixer sset PCM 2-"
XF86AudioLowerVolume
I then put in my .xinitrc:
xmodmap &
xbindkeys &
and logged in and out. Hope this helps.
Regards,
Picpak
Offline
I suppose you could use a mixture of xbindkeys + xmodmap.
Tried your recommendation, but that didn't work. =/
Note: I did have to change PCM to Speaker in order to even get it to work uncorrectly. (it's what my USB Headset uses).
It's not a *huuuge* problem (already solved my biggest one with the headset), but it'd like it to work.
Offline