Indeed...
I have begun upgrading my 'friends/family' systems with LE 9.0.1 and found that the MCE button assignments have been 'fixed' so they match the 'real' MS MCE control layout.
ALL context menus are now assigned to "DVD Menu", and the "Guide" and "Info" button assignments are 'swapped' (Guide being 'TV Guide', which most users won't need).
Such that, I created 'my' custom MCE keymap (named "MCE-custom.xml") which contains the following to assign the numpad '8' to video 'info' and the '9' to 'codec info':
XML Display More<?xml version="1.0" encoding="UTF-8"?> <keymap> <FullscreenVideo> <remote> <eight>PlayerProcessInfo</eight> <nine>PlayerDebug</nine> </remote> <keyboard> <eight>CodecInfo</eight> <nine>PlayerDebug</nine> </keyboard> </FullscreenVideo> <PlayerProcessInfo> <remote> <eight>PlayerProcessInfo</eight> </remote> <keyboard> <eight>PlayerProcessInfo</eight> </keyboard> </PlayerProcessInfo> </keymap>
Would you happen to know offhand which old key corresponds to the old subtitle key?