I am running Windows 7 32-bit (2GB of RAM) with XBMC 12.2 and Aeon Nox as the skin.
My XBMC Debug Log and my Keyboard.xml file.
So I have my SkipPrevious and SkipNext functions mapped to <comma> and <period> respectively and defined in every section as such (just to make sure i've covered all my bases) and the proper keys mapped to the buttons i want to use on my Harmony Remote. When i'm playing music the skip forward button works fine however the skip back button refuses to work. What i find strange is that the very same keys when pressed on my logitech bluetooth keyboard (both the skip forward and skip back) work as expected. I have tried erasing all other keymaps in keyboard.xml and just putting in two global keymaps one for skipprevious and one for skipnext (shown below) and still no dice on skipping back a track.
<keymap>
<global>
<keyboard>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
</keyboard>
</global>
</keymap>
Is there something obvious I am missing here? Thanks for your help.
My XBMC Debug Log and my Keyboard.xml file.
So I have my SkipPrevious and SkipNext functions mapped to <comma> and <period> respectively and defined in every section as such (just to make sure i've covered all my bases) and the proper keys mapped to the buttons i want to use on my Harmony Remote. When i'm playing music the skip forward button works fine however the skip back button refuses to work. What i find strange is that the very same keys when pressed on my logitech bluetooth keyboard (both the skip forward and skip back) work as expected. I have tried erasing all other keymaps in keyboard.xml and just putting in two global keymaps one for skipprevious and one for skipnext (shown below) and still no dice on skipping back a track.
<keymap>
<global>
<keyboard>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
</keyboard>
</global>
</keymap>
Is there something obvious I am missing here? Thanks for your help.