Hello!
I have a problem, how can I set the multimedia keys for my keyboard? It doesn't recognize if I try to put a command, or if I press the key, I tried to put shortcuts (I use Mate DE) and I when I press the keys, doesn't work. I have a Cooler Master Devastator Keyboard!
Thanks!
How to enable Multimedia Keys for my Keyboard
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: How to enable Multimedia Keys for my Keyboard
Hi, joachin.
Does anything change at all when you try resetting the shortcuts?
I successfully made a shortcut for the calculator by using the keys ctrl+alt+c to bring up the calculator.
Does this work for you?
Also what keys exactly are you trying to activate?
Does anything change at all when you try resetting the shortcuts?
I successfully made a shortcut for the calculator by using the keys ctrl+alt+c to bring up the calculator.
Does this work for you?
Also what keys exactly are you trying to activate?
Re: How to enable Multimedia Keys for my Keyboard
When I try to add the shortcut and press the Key for Vol Down, or Vol Up, play/pause, stop, it doesn't work, and it doesn't recognize.


The keys from top of the keyboard.
Thanks!


The keys from top of the keyboard.
Thanks!
- NevilleGoddard
- Developer
- Posts: 517
- Joined: Thu Dec 22, 2016 10:30 pm
- Location: Japan
Re: How to enable Multimedia Keys for my Keyboard
@joachin let us know if it does it for you. I would maybe add it in the next release.
Re: How to enable Multimedia Keys for my Keyboard
Hello! and thanks for the answer! sorry for late post, only the upload key works, the other doesn't
- Powerwagon77
- Posts: 18
- Joined: Sat Jul 07, 2018 2:14 pm
Re: How to enable Multimedia Keys for my Keyboard
Have you tried xev and xbindkeys? It might be more work than it's worth, but it allows you to map special keys to other keys or even commands.
Install xev and see if the keys actually show up:
Stolen from:
https://wiki.archlinux.org/index.php/ex ... g_keycodes
https://wiki.archlinux.org/index.php/Xbindkeys
Install xev and see if the keys actually show up:
Code: Select all
xev | awk -F'[ )]+' '/^KeyPress/ { a[NR+2] } NR in a { printf "%-3s %s\n", $5, $8 }'
https://wiki.archlinux.org/index.php/ex ... g_keycodes
https://wiki.archlinux.org/index.php/Xbindkeys