[Question] OpenPHT Embedded and Remote Keymaps keyID?

Hi,

I just installed an OpenPHT Embedded on my HP T610 thin client. It’s working like charm.

I have an phx01rn IR remote. It’s working (almost well) but I’d like to remap keys.
I found a little software SHOWKEY 2.0 and it showing KeyIDs and names well. Working well on WIN/PC.

But as I copying the keymap XML to Embedded it’s not working :frowning: Probably the OpelELEC / Linux system using different keyIDs than Windows.

I’m not familiar with Linux.
How can I make a working keymap for this remote to OpenPHT Embedded?

My keymap: (working with remote on OpenPHT x86/x64)

<!--Template XBMC keyboard file-->
<keymap>
  <global>
    <keyboard>
      <escape>togglewatched</escape>
      <pageup>pageup</pageup>
      <pagedown>pagedown</pagedown>
      <r mod="ctrl">queue</r>
      <m mod="ctrl,shift">playlist</m>
    </keyboard>
  </global>
  <fullscreenvideo>
    <keyboard>
      <return>playpause</return>
      <r mod="ctrl">nextsubtitle</r>
      <backspace>stop</backspace>
      <m mod="ctrl">audionextlanguage</m>
      <browser_home>audionextlanguage</browser_home>
	  <return mod="alt">back</return>
	  <m mod="ctrl,shift">playlist</m>
	  <escape>back</escape>
    </keyboard>
  </fullscreenvideo>
</keymap>

Thanks in advance

Ok, found a clue on
https://openelec.tv/documentation/configuration/guide-to-remap-keys

will post if i succeed

Unfortunately once I created custom Lircmap.xml, then I have to configure all of behaviors, since the remote.xml in /.plexht/system/ has wrong button titles.

So basically I used the built-in Liircmap.xml to identify names, then used original remote.xml and rewrote all those things I wanted to change.

Only modifications saved to /userdata/ in Lircmap.xml and remote.xml.

Looks working now.
The only annoying thing is the Toggle key (toggle between mouse/arrows). I unable to map it. OpenELEC just ignoring it.

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