2022-03-31, 04:02
Thank you. I will try.
(2022-04-22, 15:00)NeonCandy Wrote: Hi! I was wondering if its possible to map the "Search" button in "View Options"? Went through all the possible mappable buttons but couldn't find it.I don't think I understand your question. Keymap Editor maps remote keys to Kodi functions (mostly remotes, but also keyboard mappings). It sounds like you are asking for a button in your skin to do something different. Keymap editor can't help with that.
(2022-05-29, 12:31)louisefindlay23 Wrote: Hi, pkscout. Awesome work taking on maintaining Keymap Editor. Is it possible to map Refresh Skin? I searched through all the categories and couldn't find it.Unfortunately not from the add-on. That's a built in function and not an action id (which is what keymap editor maps). You can do it manually, but you'll have to add it back anytime you update the keymap from the addon. Here's an complete file example that maps ReloadSkin to F5. For you're existing xml file, you just need to add that F5 line in the right place (probably global/keyboard as shown).
xml:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
<global>
<keyboard>
<F5>ReloadSkin()</F5>
</keyboard>
</global>
</keymap>
(2022-12-01, 16:05)Trillian_M1 Wrote: Hello guys,
First a special thanks to pkscout: Great work, great Plugin, did make my kodi so much better.... however i ran into a problem:
I have been using the Microsoft MCE remote (remote with infra receiver on USB) on my PC when running Kodi for quite a while now. As of late i have moved from a Linux Mint PC to an NVIDIA Shield.
Migrating my settings and stuff to the new OS works quite nicely. The remote too works under NVIDIA Shield as expected. The only problem im running into is that within Kodi the keys 0-9 of the
remote are not recognized anymore. Even with the Keymap Editor there is no code or command shown in "capture mode". In the Android TV the remote including the buttons 0-9 works fine, but when i go into Kodi the bottons 0-9 dont do anything anymore and i cant figure out why that is. I already tried and removed the gen.xml file but even than I cant get the keys 0-9 to map them to functions. Again all the other keys from the remote work fine.
Is there any way I can (re)activate the number pad of my remote in Kodi? Does anybody have a hint or an idea?