Unable to change keymap of "0" key on remote - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Unable to change keymap of "0" key on remote (/showthread.php?tid=341287) |
Unable to change keymap of "0" key on remote - sobador - 2019-02-24 I've remapped most of my remote keys for years without issues and usually use "Noop" to un-map unused keys. However, this does not appear to work for my zero key and I can't figure out why. According to line 415 of my debug.log, it appears to be set as "queue" and I cannot change that no matter what section of my keymap I change. In the keymap, I've tried mapping both "zero" (which works for all other buttons) and "KEY_NUMERIC_0" which the debug.log seems to detect it as. I've also search for all "queues" and anywhere it's set to "zero" in my keymap I've changed to "Mute." I've also tried removing the lines from my keymap, but that didn't help either. For now, I would like the "zero" key to be mapped as "Mute." I've attached both my debug.log and keymap.xml. Currently, pressing "zero" on my remote queues something and does not mute. When I press "nine," it does successfully mute (since that key is set to "Mute" and is working properly). I've attached both my debug.log and current keymap.xml. Thanks for any help you have - I'm so confused! Debug.log Keymap.xml RE: Unable to change keymap of "0" key on remote - sobador - 2019-02-26 Nevermind, I figured it out. I added a <Videos> section to my keymap and was able to overwrite the default function there. |