My mouse and keyboard dont work right. I only can use some keys

Hello good morning.

I have a problem with my system.

I use an Raspberry Pi 3 Model B.

My Volumio Version is: 2.834

I want use a remote on my Volumio Player. I buy this one https://www.amazon.de/gp/product/B00WDSCTR4/ref=ppx_yo_dt_b_asin_title_o00_s00?ie=UTF8&th=1

But i have a problem. Some of working keys are Voume Up and Volume down, and the remote feature called “Air Mouse” but many other keys dont work. For example the “Back Button” to come back to the homescreen to select another source. Or the keys from the integrated keyboard from the remote.

What i can do, to fix the problem.

My english isnt the best, i hope you know what i mean thanks!

Hi,

You can simply use triggerhappy as described here:

Basically all you have to do is to edit the file (here using nano editor) - of course you should access Volumio via ssh. The edit means you should remap action assigned to particular key of your remote.
file:
sudo nano /etc/triggerhappy/triggers.d/audio.conf

After file edit, to make effect of changes a system reboot or triggerhappy process restart is needed:
sudo systemctl restart triggerhappy.service

Ussing triggerhappy you can check what is the exact kay name to be remapped using logging command:
cd /usr/sbin
sudo ./thd --dump /dev/input/event*

Good luck