-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbindings.xml
27 lines (26 loc) · 969 Bytes
/
bindings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!--
MasterMerchant Key Bindings File
Last Updated August 4, 2014
Written July 2014 by Dan Stone (@khaibit) - [email protected]
Extended February 2015 by Chris Lasswell (@Philgo68) - [email protected]
Released under terms in license accompanying this file.
Distribution without license is prohibited!
-->
<Bindings>
<Layer name="SI_KEYBINDINGS_CATEGORY_GENERAL">
<Category name="MasterMerchant">
<Action name="MasterMerchant_TOGGLE">
<Down>
MasterMerchant.ToggleMasterMerchantWindow()
MasterMerchant:ToggleMasterMerchantFilterWindows()
</Down>
</Action>
<Action name="MasterMerchant_STATS_TOGGLE">
<Down>MasterMerchant.ToggleMasterMerchantStatsWindow()</Down>
</Action>
<Action name="MasterMerchant_GRAPH_TOGGLE">
<Down>MasterMerchant.ToggleMasterMerchantPricingHistoryGraph()</Down>
</Action>
</Category>
</Layer>
</Bindings>