Subtitles on/off quickly
#1
Hey,
It used to be possible to turn subtitles on and off with a button press on the remote.

Is it not possible anymore?

Thanks
Reply
#2
put this in your keymap file: ~/.xbmc/userdata/keymaps/keyboard.xml
Code:
<keymap>
  <fullscreenvideo>
    <keyboard>
      <numpadthree mod="alt">ShowSubtitles</numpadthree>
     </keyboard>
  </fullscreenvideo>
</keymap>

This example uses the key combo "ALT+3"(the 3 on my remote) to toggle subs while playing a video in fullscreen
Adjust the key as needed
Reply
#3
Thanks.
Reply

Logout Mark Read Team Forum Stats Members Help
Subtitles on/off quickly0