keyboard command help
#1
Hi all,
is it possible to change the audio track (AudioNextLanguage command) using the keyboard without entering the 'm' menu?

If so, what is the key to press?

thanks
Reply
#2
There is a pre-defined key to do this, but you can easily configure whatever key you want. First locate your userdata folder. This will be in C:\program Files\XBMC if you use portable mode or %appdata%\XBMC if you use default mode. Now open Notepad and enter the text:

Code:
<keymap>
  <FullscreenVideo>
    <keyboard>
      <l>AudioNextLanguage</l> <!-- the defines L to do AudioNextLanguage -->
    </keyboard>
  </FullscreenVideo>
</keymap>

and save this as userdata\keymaps\keyboard.xml. I've used L in the example above, but you can choose whatever key you want.

JR
Reply
#3
jhsrennie Wrote:There is a pre-defined key to do this, but you can easily configure whatever key you want. First locate your userdata folder. This will be in C:\program Files\XBMC if you use portable mode or %appdata%\XBMC if you use default mode. Now open Notepad and enter the text:

Code:
<keymap>
  <FullscreenVideo>
    <keyboard>
      <l>AudioNextLanguage</l> <!-- the defines L to do AudioNextLanguage -->
    </keyboard>
  </FullscreenVideo>
</keymap>

and save this as userdata\keymaps\keyboard.xml. I've used L in the example above, but you can choose whatever key you want.

JR

Thanks a lot.Nod

Now is very clear.
Reply

Logout Mark Read Team Forum Stats Members Help
keyboard command help0