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
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