Page 1 sur 1

Reset the "Most Used" counter

MessagePosté: 29 Juin 2012, 16:12
de xvsteep
Excellent piece of software.
I was wondering how I could reset the counter for the 'Most Used' Menu ?

Re: Reset the "Most Used" counter

MessagePosté: 02 Juillet 2012, 08:51
de Dji
It can't be done automatically, but you can update it manually

First, open the file Liberkey\LiberKeyTools\LiberKeyMenu\data\user_prefs.xml
and look for <tabsOrder> tag :
Code: Tout sélectionner
<TabsOrder sel="default.xml">[b]default.xml,perso.xml,recent.xml,mostused.xml[/b]</TabsOrder>


For each files (except recent.xml and mostused.xml, we don't care about them), open them from the location Liberkey\LiberKeyTools\LiberKeyMenu\data\Menu

Now, you have to use a "powerfull" text editor with regular expression search/replace (as Notepad++)
Search the pattern cpt="[0-9]+" and replace the founded text by cpt="0"