2012-09-23, 03:43 PM
(This post was last modified: 2012-09-23, 03:48 PM by amullins65.)
I am trying to modify keymappings.xml but all of the old hot keys still do their assigned functions and the new keys I assigned don't work. I am trying to modify commands like play, pause, ff, rr
I am running XP and modifying C:\Documents and Settings\All Users\Application Data\NPVR\KeyMappings.xml
I know there are other ways of working around other than changing keymappings, but I already have other programs on my htpc that are using certain hot keys and I want to keep them all the same.
I have tried restarting npvr, restarting the computer, etc. and all the old hot keys are still working
Here is what I have in KeyMapping.xml
<Mapping>
<Subsystem name="General">
<Key code="P" command="Play"/>
<Key code="Escape" command="Escape"/>
<Key code="PageUp" command="PageUp"/>
<Key code="PageDown" command="PageDown"/>
<Key code="Delete" command="Delete"/>
<Key code="S" command="Stop"/>
<Key code="{SPACE}" command="Pause"/>
<Key code="P" command="Play"/>
<Key code="{CTRL}K" command="Record"/>
<Key code="{CTRL}Q" command="PausePlay"/>
<Key code="{CTRL}Right" command="SkipForward"/>
<Key code="{CTRL}Left" command="SkipBack"/>
<Key code="B" command="Rewind"/>
<Key code="F" command="FastForward"/>
<Key code="F7" command="ToggleAspectRatio"/>
<Key code="i" command="ShowOSD"/>
<Key code="{ALT}B" command="Blue"/>
<Key code="{ALT}G" command="Green"/>
<Key code="{ALT}Y" command="Yellow"/>
<Key code="{ALT}R" command="Red"/>
<Key code="{CTRL}E" command="SelectAudio"/>
<Key code="{SHIFT}D8" command="PIP"/>
<Key code="{SHIFT}D3" command="SwapPIP"/>
<Key code="F9" command="MainMenu"/>
<Key code="Home" command="Home/Inset"/>
</Subsystem>
<Subsystem name="MusicPlayback">
<Key code="{CTRL}S" command="Stop"/>
<Key code="{CTRL}Q" command="Pause"/>
<Key code="{CTRL}P" command="Play"/>
<Key code="{CTRL}Right" command="NextTrack"/>
<Key code="{CTRL}Left" command="PreviousTrack"/>
</Subsystem>
<Subsystem name="LiveTV">
<Key code="Add" command="Channel+"/>
<Key code="Subtract" command="Channel-"/>
<Key code="Next" command="Channel-"/>
<Key code="PageUp" command="Channel+"/>
<Key code="Return" command="ChangeChannel"/>
<Key code="{CTRL}X" command="SelectSubtitles"/>
<Key code="{CTRL}W" command="PreviousChannel"/>
<Key code="{CTRL}T" command="ToggleTeletext"/>
</Subsystem>
<Subsystem name="VideoPlayback">
<Key code="{CTRL}X" command="SelectSubtitles"/>
<Key code="{CTRL}T" command="ToggleTeletext"/>
</Subsystem>
<Subsystem name="Recordings">
<Key code="{CTRL}S" command="ToggleSortMode"/>
</Subsystem>
<Subsystem name="TVGuide">
<Key code="{ALT}G" command="SelectGroup"/>
</Subsystem>
</Mapping>
I am running XP and modifying C:\Documents and Settings\All Users\Application Data\NPVR\KeyMappings.xml
I know there are other ways of working around other than changing keymappings, but I already have other programs on my htpc that are using certain hot keys and I want to keep them all the same.
I have tried restarting npvr, restarting the computer, etc. and all the old hot keys are still working
Here is what I have in KeyMapping.xml
<Mapping>
<Subsystem name="General">
<Key code="P" command="Play"/>
<Key code="Escape" command="Escape"/>
<Key code="PageUp" command="PageUp"/>
<Key code="PageDown" command="PageDown"/>
<Key code="Delete" command="Delete"/>
<Key code="S" command="Stop"/>
<Key code="{SPACE}" command="Pause"/>
<Key code="P" command="Play"/>
<Key code="{CTRL}K" command="Record"/>
<Key code="{CTRL}Q" command="PausePlay"/>
<Key code="{CTRL}Right" command="SkipForward"/>
<Key code="{CTRL}Left" command="SkipBack"/>
<Key code="B" command="Rewind"/>
<Key code="F" command="FastForward"/>
<Key code="F7" command="ToggleAspectRatio"/>
<Key code="i" command="ShowOSD"/>
<Key code="{ALT}B" command="Blue"/>
<Key code="{ALT}G" command="Green"/>
<Key code="{ALT}Y" command="Yellow"/>
<Key code="{ALT}R" command="Red"/>
<Key code="{CTRL}E" command="SelectAudio"/>
<Key code="{SHIFT}D8" command="PIP"/>
<Key code="{SHIFT}D3" command="SwapPIP"/>
<Key code="F9" command="MainMenu"/>
<Key code="Home" command="Home/Inset"/>
</Subsystem>
<Subsystem name="MusicPlayback">
<Key code="{CTRL}S" command="Stop"/>
<Key code="{CTRL}Q" command="Pause"/>
<Key code="{CTRL}P" command="Play"/>
<Key code="{CTRL}Right" command="NextTrack"/>
<Key code="{CTRL}Left" command="PreviousTrack"/>
</Subsystem>
<Subsystem name="LiveTV">
<Key code="Add" command="Channel+"/>
<Key code="Subtract" command="Channel-"/>
<Key code="Next" command="Channel-"/>
<Key code="PageUp" command="Channel+"/>
<Key code="Return" command="ChangeChannel"/>
<Key code="{CTRL}X" command="SelectSubtitles"/>
<Key code="{CTRL}W" command="PreviousChannel"/>
<Key code="{CTRL}T" command="ToggleTeletext"/>
</Subsystem>
<Subsystem name="VideoPlayback">
<Key code="{CTRL}X" command="SelectSubtitles"/>
<Key code="{CTRL}T" command="ToggleTeletext"/>
</Subsystem>
<Subsystem name="Recordings">
<Key code="{CTRL}S" command="ToggleSortMode"/>
</Subsystem>
<Subsystem name="TVGuide">
<Key code="{ALT}G" command="SelectGroup"/>
</Subsystem>
</Mapping>