Assign Player Process Info to the Volume Down button [SOLVED]

I want to assign the Player Process Info to the Volume Down button on the remote control, but for some reason it doesn’t work:

mount -o remount,rw /flash
nano /flash/remote.conf
key_begin

    0x14 116 # KEY_POWER

    0x58 24  # KEY_O
    0x0b 115 # KEY-VOLUMEUP

    0x03 103 # KEY_UP
    0x02 108 # KEY_DOWN
    0x0e 105 # KEY_LEFT
    0x1a 106 # KEY_RIGHT
    0x07 97  # KEY_ENTER

    0x48 102 # KEY_HOME
    0x13 125 # KEY_MENU
    0x01 1   # KEY_BACK

key_end

repeat_key_begin

    0x03 103 # KEY_UP
    0x02 108 # KEY_DOWN
    0x0e 105 # KEY_LEFT
    0x1a 106 # KEY_RIGHT

repeat_key_end

mount -o remount,ro /flash
reboot

Just use Keymap Editor Add-On

But that’s too easy. I’d like to know what I’m messing up :slight_smile:

Is the remote.conf file only used for IR connections? If so, I think this will be the problem, as I use the remote via Bluetooth…

Yes it is, keymap editor is your solution.

cd /storage/.config/hwdb.d/
touch US01.hwdb
nano US01.hwdb

# ugoos ur01-ble remote
evdev:input:b0005v005Dp0001*
KEYBOARD_KEY_c0041=enter
KEYBOARD_KEY_c00ea=o

ctrl+x, y, enter

systemd-hwdb update
udevadm trigger -s input

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.