You are not logged in.
I am using a Microsoft Multimedia keyboard with those "multimedia keys" eg. volume up down etc. I am using XFCE 4.10 and bound those keys to
- /usr/bin/amixer set Master 5%+
- /usr/bin/amixer set Master 5%-
- /usr/bin/amixer set Master toggle
But I notice that volume up does not work ... When I set the shortcut using Settings > Keyboard > Application shortcuts, the button is detected as XF86AudioRaiseVolume, but apart from that, it appears the key does not work? Pressing it does not affect the volume. If I set it to another key eg. Super+Up, it works, so I think its a key problem?
Last edited by jiewmeng (2012-05-05 00:16:19)
Computer Science Student, Web Developer
Offline
Have you tried xev to check the output of the key?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Ok, I pressed VolUp a few times and the the output:
FocusOut event, serial 39, synthetic NO, window 0x1e00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 39, synthetic NO, window 0x1e00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 39, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FocusOut event, serial 39, synthetic NO, window 0x1e00001,
mode NotifyGrab, detail NotifyAncestor
FocusIn event, serial 39, synthetic NO, window 0x1e00001,
mode NotifyUngrab, detail NotifyAncestor
KeymapNotify event, serial 39, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ClientMessage event, serial 39, synthetic YES, window 0x1e00001,
message_type 0x123 (WM_PROTOCOLS), format 32, message 0x121 (WM_DELETE_WINDOW)Computer Science Student, Web Developer
Offline
Check through Xmodmap if the keycode for your volume key is actually bound to an action (XF86AudioRaiseVolume in this case).
Burninate!
Offline
You should try it on another OS. A "live" distro could work.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline
@Gcool, I'm not sure I am using xmodmap correctly but I did
xmodmap -pke > ~/.xmodmapthen in the file, I see
keycode 123 = XF86AudioRaiseVolume NoSymbol XF86AudioRaiseVolumeSo it should be OK? How do I know what key is 123?
Computer Science Student, Web Developer
Offline
If you solved the issue, don't just mark it as solved and move on. You should post what you did so that other people (including yourself sometimes) may find useful.
I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).
Offline