Kodi Community Forum
remote.xml modifiers? - 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: remote.xml modifiers? (/showthread.php?tid=214042)



remote.xml modifiers? - apeg - 2015-01-06

I know in keyboard.xml I can put in custom multi button commands, like so:
PHP Code:
<d mod="ctrl,alt">Notification(KeypressYou pressed ctrl-alt-D!, 3)</d

But is it possible to do that with the remote? I have tried:
PHP Code:
<info mod="power">Notification(KeypressYou pressed info and power3)</info

but it triggers with the info keypress on its own.

ideas? i may be reaching on this because i know detection of a button hold on a remote is much harder.


RE: remote.xml modifiers? - Ned Scott - 2015-01-06

No, that won't work. Only keyboard's have modifiers, and they're only the ones listed on keymaps (wiki).


RE: remote.xml modifiers? - apeg - 2015-01-06

ahhh worth a shot, thanks for the quick reply Ned