I've upgraded from KODI v17.6 to KODI v18 (RC2) using LibreELEC (Leia) v8.90.009 ALPHA and ran into the problem that my previous modified "keymap.xml" located in the "userdata" folder/"keymaps" subfolder does not work anymore with the remote control which was shipped with the WETEK PLAY 2
I found out that the codes of the remote control buttons did change from KODI v17.6 to 18, so I had to determine them all again with the help of the "Keymap Editor" AddOn. Unfortunately, the "longpress" actions are not working anymore and also prevent the "normal" behaviour of the short pressed key.
Example 1:
<keymap>
<global>
<keyboard>
<key id='232'>ActivateWindow(TVRecordings)</key>
</keyboard>
</global>
</keymap>
When pressing the remote control button 30 in this example it works as it should (-> the window with the TV recordings pops up).
Debug log: 03:36:06.438 T:4091061024 NOTICE: --------------------------------------------- - Pastebin.com
At 03:36:17.816 I did press remote control button 30 for the first time
Example 2:
<keymap>
<global>
<keyboard>
<key id='232'>ActivateWindow(TVRecordings)</key>
<key id='232' mod="longpress">ActivateWindow(Favourites)</key>
</keyboard>
</global>
</keymap>
When long pressing the remote control button 30 in this example it does not work as it should (-> the window with the favourites does not pop up), and when short pressing the remote control button 30 the window with the TV recordings also does not pop up....
Debug log: 03:53:18.669 T:4089094944 NOTICE: --------------------------------------------- - Pastebin.com
At 03:53:30.332 I did press remote control button 30 for the first time
Please fix it with a new build!
Thank you in advance!