Kodi Community Forum

Full Version: Keymap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have read through the forums and I cannot figure out what I am doing wrong. I added in the period and comma events that are listed below into the 'C:\Program Files (x86)\Kodi\system\keymaps\keyboard.xml" file. However, it does not follow it. It still changes channels and skips 30 seconds back and forward. Honestly it seems a little weird. If I hit the comma, it skips a channel down, but then it skips back and forth by 30 seconds. I am running Kodi 14.2 - helix on Windows 7 64 Bit with a NextPVR backend. Not sure if the backend matters, but I certainly cannot figure out this period/comma thing.

<FullscreenLiveTV>
<keyboard>
<period>seek(15)</period>
<comma>seek(-15)</comma>
<left>PreviousChannelGroup</left>
<right>NextChannelGroup</right>
<up>ChannelUp</up>
<down>ChannelDown</down>
</keyboard>
</FullscreenLiveTV>