-
Notifications
You must be signed in to change notification settings - Fork 0
Remotes mapping
You may consult remote key mapping here.
This mapping also applies to connected keyboards!
(mind if you connect under console: up/down keys may do more things than repeating last shell commands...)
You may customize keys mapping by generating a Remotes.map file following same format, and feeding it into easy-setup.
You may change XXXX part of "KEY_XXXX" string & next corresponding numeric code, to fit your liking, and link it to action named at the end of the same line (last column). For example:
"EV_KEY" 0x01 "KEY_UP" 103 1 "EJECT"
could be remapped as:
"EV_KEY" 0x01 "KEY_DOWN" 108 1 "SWAP_PLAYLISTS"
List of possible keycodes can be found here, and/or observed by installing and running evtest
under console/ssh while using your remote or keyboard.
List of implemented actions can be checked in original file (last column), and in acpid.conf.