I’ve been using these remotes pretty much since they came out (we have 4). Is there any way to find out what key combinations do? I only discovered this year that pressing and holding the Play button toggled subs on and off. Has anyone done a list? I know you can remap keys but are there any weird and wonderful key combinations that I haven’t discovered yet? In particular when playing music on the folder tree I’d like to be able to toggle between the tree and the currently playing track without having to go Back-Back-Back-Back each time. Does that exist?
1 Like
I listed the most notable in that howto grahamh linked. You can look through the keymap to see our modifications [here] that stack and override Kodi’s default keymap.
You can use a “fullscreen” action. If you used the home button for this a custom keymap would look something like…
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<Visualisation>
<keyboard>
<escape>fullscreen</escape>
</keyboard>
</Visualisation>
<music>
<keyboard>
<escape>fullscreen</escape>
</keyboard>
</music>
</keymap>