I there any way to program a key to "do nothing" on keyboart.xml?
#1
I there any way to program a key to "do nothing" on keyboart.xml?

Something like:

Code:
<keymap>
  <global>
    <keyboard>
      <g mod="ctrl">Info</g>
    </keyboard>
  </global>
  <FullScreenVideo>
    <keyboard>
      <g mod="ctrl">DO NOTHING</g>
    </keyboard>
  </FullScreenVideo>
</keymap>

Thanks in advance!
Reply
#2
noop.
Reply
#3
And any way to do something that doesn't show anything on screen in full screen video mode?
Reply
#4
DO NOTHING == noop

noop means no operation and this was the answer from spiff Smile
AppleTV4/iPhone/iPod/iPad: HowTo find debug logs and everything else which the devs like so much: click here
HowTo setup NFS for Kodi: NFS (wiki)
HowTo configure avahi (zeroconf): Avahi_Zeroconf (wiki)
READ THE IOS FAQ!: iOS FAQ (wiki)
Reply
#5
(2012-10-01, 13:11)xabih Wrote: And any way to do something that doesn't show anything on screen in full screen video mode?
Can you be more specific about this? Is this a different requirement than your first one? Or does the use of "noop" address your need?
Reply

Logout Mark Read Team Forum Stats Members Help
I there any way to program a key to "do nothing" on keyboart.xml?0