vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="MONKEYQUEST_CLOSE" runOnUp="true" header="MONKEYQUEST">
3 if (keystate == "down") then
4 MonkeyQuestSlash_ToggleDisplay();
5 end
6 </Binding>
7 <Binding name="MONKEYQUEST_MINIMIZE" runOnUp="true">
8 if (keystate == "down") then
9 MonkeyQuestMinimizeButton_OnClick();
10 end
11 </Binding>
12 <Binding name="MONKEYQUEST_HIDDEN" runOnUp="true">
13 if (keystate == "down") then
14 MonkeyQuestSlash_ToggleShowHidden();
15 end
16 </Binding>
17 <Binding name="MONKEYQUEST_NOHEADERS" runOnUp="true">
18 if (keystate == "down") then
19 MonkeyQuestSlash_ToggleNoHeaders();
20 end
21 </Binding>
22 </Bindings>