Plex for Kodi Addon - Key question

Server Version#: 1.18.9.2578

I am running the Plex Addon on OSMC on a Vero 4k+.

(1) While in the Plex Addon, is there a key mapping / key press that send a user to the top (home) of the Plex Addon? Not the home of KODI…

(2) While in the Plex Addon, how do you go up / back a level inside the Plex addon. This used to work with “esc” but has changed on OSMC latest version due to some changes in OSMC.

A more general questions - is there a key mapping command that while in a KODI Plex Addon, I could bring up the virtual numpad or keyboard? Interested in this so I can use a simpler remote rather than a keyboard/remote.

Thanks!

I fixed (1) and (2) (via help from the OSMC forums) by adding the following to my keyboard.xml file in userdata/keymaps:

<?xml version="1.0" encoding="UTF-8"?>
<keymap>
	<global>
		<keyboard>
			<escape>PreviousMenu</escape>
			<home>PreviousMenu</home>
		</keyboard>
	</global>
</keymap>

This is an issue with the latest keymap files in OSMC. (1) was not broken but (2) was. This fixes. it. See here.

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