LiberKeyTools/LiberKeyMenu/data/Menu/default.xml - For standard apps
LiberKeyTools/LiberKeyMenu/data/Menu/myapps.xml - For MyApps
For example I have Firefox to launch with this hotkey combination - "CTRL+ALT+F". It's setting is stored in the default.xml file as follows
- Code: Tout sélectionner
</Category>
−<Category name="Internet" icon="internet.ico" id="internet">
−<Category name="Browser" icon="auto:Blue" id="internet:browser" expanded="yes">
−<Software id="firefox" cpt="845">
<HotKey key="70" modifiers="3"/>
</Software>
</Category>
So the string
<HotKey key="70" represents the hotkey.
But I don't know how the hotkey string
"CTRL+ALT+F" is converted into the number
70 . So I will list a couple of my hotkeys and the number stored in the xml file.
CTRL+ALT+A = 65 (Everything)
CTRL+ALT+C = 67 (TeraCopy)
CTRL+ALT+D = 68 (FreeDownloadManager)
CTRL+ALT+F = 70 (Firefox)
I hope I did not give you a headache with all this stuff
May be the big boys might give us more info on this *cough*
opendev,
skybird*cough*