Win Keymap Motorola NYXBoard
#1
Hi,

I'm wondering if it's possible to edit the nyxboard\keymap.xml to get one of the colored buttons to switch audio streams directly.

Thank You
Reply
#2
Try "ACTION_AUDIO_NEXT_LANGUAGE"

Code:
<keymap>
  <global>
    <keyboard>
      <f3 mod="shift">ACTION_AUDIO_NEXT_LANGUAGE</f3> <!-- Red -->
      <f4 mod="shift">ACTION_AUDIO_NEXT_LANGUAGE</f4> <!-- Green -->
      <f5 mod="shift">ACTION_AUDIO_NEXT_LANGUAGE</f5> <!-- Yellow -->
      <f6 mod="shift">ACTION_AUDIO_NEXT_LANGUAGE</f6> <!-- Blue -->
    </keyboard>
  </global>
</keymap>

Of course that just shows you what each color is. You probably don't want all four to do that :)
Reply
#3
Great! Thank You.
Reply

Logout Mark Read Team Forum Stats Members Help
Keymap Motorola NYXBoard0