KI PRO remote : Home doesn't work

Hello,
I installed CE 8.95.2 this week-end on my Mecool KI PRO but I have a problem with the home buttons, it working like “Menu” buttons inside of “Home” (back to the main screen)
The keymap inside CE looks good because I tested it with ir-keytable :

CoreELEC:/usr/lib/udev/rc_keymaps # ir-keytable -t
Testing events. Please, press CTRL-C to abort.
308.548048: event type EV_MSC(0x04): scancode = 0x0d
308.548048: event type EV_KEY(0x01) key_down: KEY_HOME(0x0066)
412.910132: event type EV_MSC(0x04): scancode = 0x45
412.910132: event type EV_KEY(0x01) key_down: KEY_MENU(0x008b)

In build-in keymaps :

0x0d KEY_HOME
0x45 KEY_MENU
So, it’s good, but Kodi doesn’t want to back to the main screen, when I playing a video or TV it just display the status bar (with play/stop/FW/FR buttons)

Do you have a solution?

Thanks by advance

You should adjust the keyboard.xml to let Kodi know, what you want to do when pressing the home button.
https://kodi.wiki/view/Keymap

Yeah thanks
I just added gen.xml in \COREELEC\Userdata\keymaps
With


activatewindow(home)


And I can go Home with the button :slight_smile: thanks