First of all, Hello and welcome on forums.
There are already many opportunities to launch applications that you want ; whether by keyboard shortcuts, the Recent menu, the Favorites menu or by the research tool with the name of the app.
I'm not certain that developers are ready to directly integrate a special menu to satisfy your desires in the next version, but I add this to the todo list.
For now you can create your own special menu.
With
Notepad++ (
Find Notepad++ in my menu)
open
Liberkey\LiberkeyTools\LiberkeyMenu\data\Menu\default.xml.
Selected all the text, copy it to the clipboard. Create a new file and glue it the content of the clipboard.
In these new file replace
- Code: Tout sélectionner
<LiberKeyMenu id="root" icon="liberkey.ico" name="LiberKey" tabcaption="no" view="tree" usecache="no" edit="yes">
by
- Code: Tout sélectionner
<LiberKeyMenu id="root" icon="skin:Config.User" name="Sort" tabcaption="no" view="tree" usecache="no" category="no" edit="yes">
Then in Notepad++
Search => Replace =>
find what : - Code: Tout sélectionner
<Category.*>
replace by nothing ; checked
regular expression before clicking on
Replace all button.
Do the same work with
- Code: Tout sélectionner
</Category>
,
- Code: Tout sélectionner
<HotKey.*>
and
- Code: Tout sélectionner
<Description.*>
if they exists.
Just before the end line add
- Code: Tout sélectionner
</software>
Now save the new file in
Liberkey/LiberkeyTools\LiberkeyMenu\data\Menu\ with the name
sort.xml.
Closes your Liberkey then reload it.
You've a new menu named
sort in it.
At the bottom of these menu, under your apps'shortcut
Right click => SortNow you've an alphabetical list of your Liberkey 's apps.
Enjoys.
JP4U