Guys will the OK button be fixed in future releases? I only have 1 HDMI and I need kodi on my Satellite receiver.Uclan Ustym 4K Pro
On openatv it freezes a lot and I've been using openpli since my Optibox Odin box and openpli 4.
Please someone try to fix it. Thank you.As described above, you can use it.
Where is the problem?
Use the 'Mute' button instead of ok and everything works.
The OK button is currently not possible.
Hi, installed Openpli 9.0 on my zGemmaH7s and my Octagon 8008 Twin supreme this week and discovered that OK button not worked in kodi, so I decided to look into it.
On both my enigma2 boxes did the OK button register wrong in kodi as "long-0" and with no action taken as you can see from the debug below.
debug <general>: HandleKey: long-0 (0x100f200, obc-16838913) pressed, window 10016, action is
So trick is to put an action to "long-0"
If you dont have a remote.xml file in .kodi/userdata/keymaps then create one otherwise edit the one you already have. All you need is
<keymap>
<global>
<keyboard>
<long-0>Select</long-0>
</keyboard>
</global>
</keymap>
And then the OK button works (and all the other key-buttons that kodi dont understand and has assigned as long-0 also works as OK).