Keymap in windows
#1
I have read the whole wiki site on Keymap for windows without luck. I cannot figure out how to keymap the "Subtitle Offset" window in XBMC.

If anyone has ever done this, some help would be appreciated! Smile
Reply
#2
Map "SubtitleDelay" to a button in the keyboard.xml alternatively you can add plus minus onto two keys
Current HTPC Lian-Li PC-C37 • Gigabyte GA-E7AUM-DS2H • Intel C2D E8400 E0 Stepping • OCZ Vertex SSD • 4GB Corsair TwinX XMS2 DDR2 • Corsair HX650W Modular PSU (Free Upgrade) • LG CH08LS10 Blu-Ray Drive • Scythe Big Shuriken • Acousti DustPROOF 70mm Fan
Reply
#3
>>X<<' Wrote:Map "SubtitleDelay" to a button in the keyboard.xml alternatively you can add plus minus onto two keys

If you're using Windows then press Windows-R and in the Run dialog type:

notepad "%appdata%\xbmc\userdata\keymaps\keyboard.xml"

Click OK and when Notepad asks if you want to create a new file answer Yes. Copy and paste the following into Notepad:

Code:
<keymap>
  <global>
    <keyboard>
      <space mod="ctrl">subtitledelay</space>
    </keyboard>
  </global>
</keymap>

Close Notepad and save the changes. This maps ctrl-space to the "subtitledelay" action, so when you press ctrl-space it will display the subtitle delay slider. You can change the key to whatever you want, I used ctrl-space as an example.

If you grab KeyMapEdit from http://xbmcmce.sourceforge.net/ this is a lot easier than hand editing XML.

You might also want to map some keys of your choice to the actions "subtitledelayminus" and "subtitledelayplus". This decrease and increase the delay in small steps.

See http://wiki.xbmc.org/index.php?title=Mod...yboard.xml for background info on key mappings.

JR
Reply
#4
Works like a charm. Thanks alot to both of you!
Reply

Logout Mark Read Team Forum Stats Members Help
Keymap in windows0