-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathBindings.xml
More file actions
58 lines (49 loc) · 2.48 KB
/
Bindings.xml
File metadata and controls
58 lines (49 loc) · 2.48 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<Bindings>
<!--
This file is part of Decursive.
Decursive (v @project-version@) add-on for World of Warcraft UI
Copyright (C) 2006-2025 John Wellesz (Decursive AT 2072productions.com) ( http://www.2072productions.com/to/decursive.php )
Decursive is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Decursive is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Decursive. If not, see <https://www.gnu.org/licenses/>.
Decursive is inspired from the original "Decursive v1.9.4" by Patrick Bohnet (Quu).
The original "Decursive 1.9.4" is in public domain ( www.quutar.com )
Decursive is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.
This file was last updated on @file-date-iso@
-->
<Binding name="DCRSHOW" header="DECURSIVE" category="ADDONS">
DecursiveRootTable.Dcr:HideBar(false);
</Binding>
<Binding name="DCRMUFSHOWHIDE" category="ADDONS">
DecursiveRootTable.Dcr:ShowHideDebuffsFrame ();
</Binding>
<Binding name="DCRSHOWOPTION" category="ADDONS">
LibStub("AceConfigDialog-3.0"):Open(DecursiveRootTable.Dcr.name);
</Binding>
<Binding name="DCRPRSHOW" category="ADDONS">
DecursiveRootTable.Dcr:ShowHidePriorityListUI();
</Binding>
<Binding name="DCRPRADD" category="ADDONS">
DecursiveRootTable.Dcr:AddTargetToPriorityList();
</Binding>
<Binding name="DCRPRCLEAR" category="ADDONS">
DecursiveRootTable.Dcr:ClearPriorityList();
</Binding>
<Binding name="DCRSKSHOW" category="ADDONS">
DecursiveRootTable.Dcr:ShowHideSkipListUI();
</Binding>
<Binding name="DCRSKADD" category="ADDONS">
DecursiveRootTable.Dcr:AddTargetToSkipList();
</Binding>
<Binding name="DCRSKCLEAR" category="ADDONS">
DecursiveRootTable.Dcr:ClearSkipList();
</Binding>
</Bindings>