Quote:
Originally Posted by dadams HOWEVER, the Home Screen Shortcuts --> define shortcuts feature in Personalize My Q no longer works. Any ideas Thanks |
If you want the MRU to display user defined keys, it should look like this in the xml file of the layout you're using:
<!--MRU list: using small icons-->
<plugin clsid="{D79E963B-2730-499c-A2CA-E48F383E6417}" name="startmru">
<translaterockerkeys/>
</plugin>
The to displaying them I believe is the <traslaterockerkeys/>
Edit your xml layout file and change the MRU list plugin portion to look similar to that and I think it should work for you.