-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCommands.xml
13 lines (13 loc) · 1.01 KB
/
Commands.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<commands>
<command ID="QudUX_BatchAddLegendaryEntry" DisplayText="Add zone heroes to journal" Category="QudUX" Layer="Adventure" Auto="Down"></command>
<command ID="QudUX_OpenSpriteMenu" DisplayText="Modify Character Sprite" Category="QudUX" Layer="Adventure" Auto="Down"></command>
<command ID="QudUX_OpenAutogetMenu" DisplayText="Open Autoget Settings" Category="QudUX" Layer="Adventure" Auto="Down"></command>
<command ID="QudUX_OpenGameStatsMenu" DisplayText="Display Games Statistics" Category="QudUX" Layer="Adventure" Auto="Down"></command>
<command ID="QudUX_OpenQuickPickupQuickMenu" DisplayText="Display Quick PickUp QuickMenu" Category="QudUX" Layer="Adventure" Auto="Down">
<keyboardBind Modifier="ctrl" Key="numpad0"/>
</command>
<command ID="QudUX_OpenQuickPickupSettingsMenu" DisplayText="Display Quick PickUp Settings" Category="QudUX" Layer="Adventure" Auto="Down">
<keyboardBind Modifier="ctrl" Key="numpad5"/>
</command>
</commands>