You are not logged in.
Pages: 1
I have a desktop system in which I am running Xfce 4.16. The keyboard attached to this system comes with two keys which are labeled in such a way that they are obviously intended to mute and unmute the sound infrastructure in my system. They do not - when I press them, nothing happens.
Is there a way to reconfigure those keys from Xfce so that they will work as expected? I understand that X provides a kind of low-level mechanism to do such a thing, but I was wondering whether Xfce offers something along those lines more end user-friendly.
Offline
Are these the multimedia keys that require you to press the Function key with them?
If you run the following command, and then press those keys, do you get an output in the terminal window? And if so, what is the output?
xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Those are keys part of a little keypad to the right of the main keyboard - other keys in the same keypad are Insert, Home, PgUp, Delete, End, Pause, and PgDn. As for the command above, when I press and release them I get the expected output - e.g. for Delete I get "119 Delete". For the two keys that I mentioned I get no output at all.
Offline
Its going to be difficult to assign an action to them if they are not recognized by the kernel or X. What is the make and model of the keyboard?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
IOGear Wireless Model GKM552R (K).
Offline
As a quick test, can you go to Settings Manager > Keyboard > Application Shortcuts, and click "Add" to add a new shortcut. For the command name, just enter "test" and press OK to be prompted for the keyboard shortcut. At this point, click on one of those keys and see if its recognized/accepted.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thanks - that was a brilliant suggestion which actually solved the problem for me, in a way that I was not expecting. When I do as you suggested, one if the keys is identified as Audio lower volume, and the other as Audio raise volume. And that's indeed what they do! Looking into the labels on the keys, they are consistent with those actions, not with the ones I thought. The reason why I did not notice this before is because my sound system is muted by default - it is still the case that some web sites play strident noises when accessing them.
Anyway, your help is much appreciated, for it definitely put the issue to bed.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 541.47 KiB (Peak: 542.75 KiB) ]