Yesterday, 08:12 PM
FYI - I did a clean install of the new build on a spare system. The keymappings.xml file has duplicate Play entries. I know this was there in the previous version (I was tracking down an issue with my remote control configuration.)
<Mapping>
<Subsystem name="General">
<Key code="{CTRL}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="{CTRL}S" command="Stop"/>
<Key code="{CTRL}Q" command="Pause"/>
<Key code="{CTRL}P" command="Play"/>
Art
<Mapping>
<Subsystem name="General">
<Key code="{CTRL}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="{CTRL}S" command="Stop"/>
<Key code="{CTRL}Q" command="Pause"/>
<Key code="{CTRL}P" command="Play"/>
Art