vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <!-- Bar visibility toggles -->
3 <Binding name="BMENUBAR_TOGGLE" header="BBARS">
4 if(BMenuBar:IsShown()) then
5 BMenuBar:Hide();
6 else
7 BMenuBar:Show();
8 end
9 </Binding>
10 <Binding name="BBAGBAR_TOGGLE">
11 if(BBagBar:IsShown()) then
12 BBagBar:Hide();
13 else
14 BBagBar:Show();
15 end
16 </Binding>
17 <!-- Paging -->
18 <Binding name="BongosPage7" header="BGPAGE">
19 if ( CURRENT_ACTIONBAR_PAGE ~= 7 ) then
20 CURRENT_ACTIONBAR_PAGE = 7;
21 ChangeActionBarPage();
22 end
23 </Binding>
24 <Binding name="BongosPage8">
25 if ( CURRENT_ACTIONBAR_PAGE ~= 8 ) then
26 CURRENT_ACTIONBAR_PAGE = 8;
27 ChangeActionBarPage();
28 end
29 </Binding>
30 <Binding name="BongosPage9">
31 if ( CURRENT_ACTIONBAR_PAGE ~= 9 ) then
32 CURRENT_ACTIONBAR_PAGE = 9;
33 ChangeActionBarPage();
34 end
35 </Binding>
36 <Binding name="BongosPage10">
37 if ( CURRENT_ACTIONBAR_PAGE ~= 10 ) then
38 CURRENT_ACTIONBAR_PAGE = 10;
39 ChangeActionBarPage();
40 end
41 </Binding>
42 <!-- Action Buttons -->
43 <Binding name="ActionButton13" runOnUp="true" header="BACTIONBAR2">
44 if ( keystate == "down" ) then
45 ActionButtonDown(13);
46 else
47 ActionButtonUp(13);
48 end
49 </Binding>
50 <Binding name="ActionButton14" runOnUp="true">
51 if ( keystate == "down" ) then
52 ActionButtonDown(14);
53 else
54 ActionButtonUp(14);
55 end
56 </Binding>
57 <Binding name="ActionButton15" runOnUp="true">
58 if ( keystate == "down" ) then
59 ActionButtonDown(15);
60 else
61 ActionButtonUp(15);
62 end
63 </Binding>
64 <Binding name="ActionButton16" runOnUp="true">
65 if ( keystate == "down" ) then
66 ActionButtonDown(16);
67 else
68 ActionButtonUp(16);
69 end
70 </Binding>
71 <Binding name="ActionButton17" runOnUp="true">
72 if ( keystate == "down" ) then
73 ActionButtonDown(17);
74 else
75 ActionButtonUp(17);
76 end
77 </Binding>
78 <Binding name="ActionButton18" runOnUp="true">
79 if ( keystate == "down" ) then
80 ActionButtonDown(18);
81 else
82 ActionButtonUp(18);
83 end
84 </Binding>
85 <Binding name="ActionButton19" runOnUp="true">
86 if ( keystate == "down" ) then
87 ActionButtonDown(19);
88 else
89 ActionButtonUp(19);
90 end
91 </Binding>
92 <Binding name="ActionButton20" runOnUp="true">
93 if ( keystate == "down" ) then
94 ActionButtonDown(20);
95 else
96 ActionButtonUp(20);
97 end
98 </Binding>
99 <Binding name="ActionButton21" runOnUp="true">
100 if ( keystate == "down" ) then
101 ActionButtonDown(21);
102 else
103 ActionButtonUp(21);
104 end
105 </Binding>
106 <Binding name="ActionButton22" runOnUp="true">
107 if ( keystate == "down" ) then
108 ActionButtonDown(22);
109 else
110 ActionButtonUp(22);
111 end
112 </Binding>
113 <Binding name="ActionButton23" runOnUp="true">
114 if ( keystate == "down" ) then
115 ActionButtonDown(23);
116 else
117 ActionButtonUp(23);
118 end
119 </Binding>
120 <Binding name="ActionButton24" runOnUp="true" >
121 if ( keystate == "down" ) then
122 ActionButtonDown(24);
123 else
124 ActionButtonUp(24);
125 end
126 </Binding>
127 <Binding name="ActionButton25" runOnUp="true" header="BACTIONBAR3">
128 if ( keystate == "down" ) then
129 ActionButtonDown(25);
130 else
131 ActionButtonUp(25);
132 end
133 </Binding>
134 <Binding name="ActionButton26" runOnUp="true">
135 if ( keystate == "down" ) then
136 ActionButtonDown(26);
137 else
138 ActionButtonUp(26);
139 end
140 </Binding>
141 <Binding name="ActionButton27" runOnUp="true">
142 if ( keystate == "down" ) then
143 ActionButtonDown(27);
144 else
145 ActionButtonUp(27);
146 end
147 </Binding>
148 <Binding name="ActionButton28" runOnUp="true">
149 if ( keystate == "down" ) then
150 ActionButtonDown(28);
151 else
152 ActionButtonUp(28);
153 end
154 </Binding>
155 <Binding name="ActionButton29" runOnUp="true">
156 if ( keystate == "down" ) then
157 ActionButtonDown(29);
158 else
159 ActionButtonUp(29);
160 end
161 </Binding>
162 <Binding name="ActionButton30" runOnUp="true">
163 if ( keystate == "down" ) then
164 ActionButtonDown(30);
165 else
166 ActionButtonUp(30);
167 end
168 </Binding>
169 <Binding name="ActionButton31" runOnUp="true">
170 if ( keystate == "down" ) then
171 ActionButtonDown(31);
172 else
173 ActionButtonUp(31);
174 end
175 </Binding>
176 <Binding name="ActionButton32" runOnUp="true">
177 if ( keystate == "down" ) then
178 ActionButtonDown(32);
179 else
180 ActionButtonUp(32);
181 end
182 </Binding>
183 <Binding name="ActionButton33" runOnUp="true">
184 if ( keystate == "down" ) then
185 ActionButtonDown(33);
186 else
187 ActionButtonUp(33);
188 end
189 </Binding>
190 <Binding name="ActionButton34" runOnUp="true">
191 if ( keystate == "down" ) then
192 ActionButtonDown(34);
193 else
194 ActionButtonUp(34);
195 end
196 </Binding>
197 <Binding name="ActionButton35" runOnUp="true">
198 if ( keystate == "down" ) then
199 ActionButtonDown(35);
200 else
201 ActionButtonUp(35);
202 end
203 </Binding>
204 <Binding name="ActionButton36" runOnUp="true" >
205 if ( keystate == "down" ) then
206 ActionButtonDown(36);
207 else
208 ActionButtonUp(36);
209 end
210 </Binding>
211 <Binding name="ActionButton37" runOnUp="true" header="BACTIONBAR4">
212 if ( keystate == "down" ) then
213 ActionButtonDown(37);
214 else
215 ActionButtonUp(37);
216 end
217 </Binding>
218 <Binding name="ActionButton38" runOnUp="true">
219 if ( keystate == "down" ) then
220 ActionButtonDown(38);
221 else
222 ActionButtonUp(38);
223 end
224 </Binding>
225 <Binding name="ActionButton39" runOnUp="true">
226 if ( keystate == "down" ) then
227 ActionButtonDown(39);
228 else
229 ActionButtonUp(39);
230 end
231 </Binding>
232 <Binding name="ActionButton40" runOnUp="true">
233 if ( keystate == "down" ) then
234 ActionButtonDown(40);
235 else
236 ActionButtonUp(40);
237 end
238 </Binding>
239 <Binding name="ActionButton41" runOnUp="true">
240 if ( keystate == "down" ) then
241 ActionButtonDown(41);
242 else
243 ActionButtonUp(41);
244 end
245 </Binding>
246 <Binding name="ActionButton42" runOnUp="true">
247 if ( keystate == "down" ) then
248 ActionButtonDown(42);
249 else
250 ActionButtonUp(42);
251 end
252 </Binding>
253 <Binding name="ActionButton43" runOnUp="true">
254 if ( keystate == "down" ) then
255 ActionButtonDown(43);
256 else
257 ActionButtonUp(43);
258 end
259 </Binding>
260 <Binding name="ActionButton44" runOnUp="true">
261 if ( keystate == "down" ) then
262 ActionButtonDown(44);
263 else
264 ActionButtonUp(44);
265 end
266 </Binding>
267 <Binding name="ActionButton45" runOnUp="true">
268 if ( keystate == "down" ) then
269 ActionButtonDown(45);
270 else
271 ActionButtonUp(45);
272 end
273 </Binding>
274 <Binding name="ActionButton46" runOnUp="true">
275 if ( keystate == "down" ) then
276 ActionButtonDown(46);
277 else
278 ActionButtonUp(46);
279 end
280 </Binding>
281 <Binding name="ActionButton47" runOnUp="true">
282 if ( keystate == "down" ) then
283 ActionButtonDown(47);
284 else
285 ActionButtonUp(47);
286 end
287 </Binding>
288 <Binding name="ActionButton48" runOnUp="true" >
289 if ( keystate == "down" ) then
290 ActionButtonDown(48);
291 else
292 ActionButtonUp(48);
293 end
294 </Binding>
295 <Binding name="ActionButton49" runOnUp="true" header="BACTIONBAR5">
296 if ( keystate == "down" ) then
297 ActionButtonDown(49);
298 else
299 ActionButtonUp(49);
300 end
301 </Binding>
302 <Binding name="ActionButton50" runOnUp="true">
303 if ( keystate == "down" ) then
304 ActionButtonDown(50);
305 else
306 ActionButtonUp(50);
307 end
308 </Binding>
309 <Binding name="ActionButton51" runOnUp="true">
310 if ( keystate == "down" ) then
311 ActionButtonDown(51);
312 else
313 ActionButtonUp(51);
314 end
315 </Binding>
316 <Binding name="ActionButton52" runOnUp="true">
317 if ( keystate == "down" ) then
318 ActionButtonDown(52);
319 else
320 ActionButtonUp(52);
321 end
322 </Binding>
323 <Binding name="ActionButton53" runOnUp="true">
324 if ( keystate == "down" ) then
325 ActionButtonDown(53);
326 else
327 ActionButtonUp(53);
328 end
329 </Binding>
330 <Binding name="ActionButton54" runOnUp="true">
331 if ( keystate == "down" ) then
332 ActionButtonDown(54);
333 else
334 ActionButtonUp(54);
335 end
336 </Binding>
337 <Binding name="ActionButton55" runOnUp="true">
338 if ( keystate == "down" ) then
339 ActionButtonDown(55);
340 else
341 ActionButtonUp(55);
342 end
343 </Binding>
344 <Binding name="ActionButton56" runOnUp="true">
345 if ( keystate == "down" ) then
346 ActionButtonDown(56);
347 else
348 ActionButtonUp(56);
349 end
350 </Binding>
351 <Binding name="ActionButton57" runOnUp="true">
352 if ( keystate == "down" ) then
353 ActionButtonDown(57);
354 else
355 ActionButtonUp(57);
356 end
357 </Binding>
358 <Binding name="ActionButton58" runOnUp="true">
359 if ( keystate == "down" ) then
360 ActionButtonDown(58);
361 else
362 ActionButtonUp(58);
363 end
364 </Binding>
365 <Binding name="ActionButton59" runOnUp="true">
366 if ( keystate == "down" ) then
367 ActionButtonDown(59);
368 else
369 ActionButtonUp(59);
370 end
371 </Binding>
372 <Binding name="ActionButton60" runOnUp="true" >
373 if ( keystate == "down" ) then
374 ActionButtonDown(60);
375 else
376 ActionButtonUp(60);
377 end
378 </Binding>
379 <Binding name="ActionButton61" runOnUp="true" header="BACTIONBAR6">
380 if ( keystate == "down" ) then
381 ActionButtonDown(61);
382 else
383 ActionButtonUp(61);
384 end
385 </Binding>
386 <Binding name="ActionButton62" runOnUp="true">
387 if ( keystate == "down" ) then
388 ActionButtonDown(62);
389 else
390 ActionButtonUp(62);
391 end
392 </Binding>
393 <Binding name="ActionButton63" runOnUp="true">
394 if ( keystate == "down" ) then
395 ActionButtonDown(63);
396 else
397 ActionButtonUp(63);
398 end
399 </Binding>
400 <Binding name="ActionButton64" runOnUp="true">
401 if ( keystate == "down" ) then
402 ActionButtonDown(64);
403 else
404 ActionButtonUp(64);
405 end
406 </Binding>
407 <Binding name="ActionButton65" runOnUp="true">
408 if ( keystate == "down" ) then
409 ActionButtonDown(65);
410 else
411 ActionButtonUp(65);
412 end
413 </Binding>
414 <Binding name="ActionButton66" runOnUp="true">
415 if ( keystate == "down" ) then
416 ActionButtonDown(66);
417 else
418 ActionButtonUp(66);
419 end
420 </Binding>
421 <Binding name="ActionButton67" runOnUp="true">
422 if ( keystate == "down" ) then
423 ActionButtonDown(67);
424 else
425 ActionButtonUp(67);
426 end
427 </Binding>
428 <Binding name="ActionButton68" runOnUp="true">
429 if ( keystate == "down" ) then
430 ActionButtonDown(68);
431 else
432 ActionButtonUp(68);
433 end
434 </Binding>
435 <Binding name="ActionButton69" runOnUp="true">
436 if ( keystate == "down" ) then
437 ActionButtonDown(69);
438 else
439 ActionButtonUp(69);
440 end
441 </Binding>
442 <Binding name="ActionButton70" runOnUp="true">
443 if ( keystate == "down" ) then
444 ActionButtonDown(70);
445 else
446 ActionButtonUp(70);
447 end
448 </Binding>
449 <Binding name="ActionButton71" runOnUp="true">
450 if ( keystate == "down" ) then
451 ActionButtonDown(71);
452 else
453 ActionButtonUp(71);
454 end
455 </Binding>
456 <Binding name="ActionButton72" runOnUp="true" >
457 if ( keystate == "down" ) then
458 ActionButtonDown(72);
459 else
460 ActionButtonUp(72);
461 end
462 </Binding>
463 <Binding name="ActionButton73" runOnUp="true" header="BACTIONBAR7">
464 if ( keystate == "down" ) then
465 ActionButtonDown(73);
466 else
467 ActionButtonUp(73);
468 end
469 </Binding>
470 <Binding name="ActionButton74" runOnUp="true">
471 if ( keystate == "down" ) then
472 ActionButtonDown(74);
473 else
474 ActionButtonUp(74);
475 end
476 </Binding>
477 <Binding name="ActionButton75" runOnUp="true">
478 if ( keystate == "down" ) then
479 ActionButtonDown(75);
480 else
481 ActionButtonUp(75);
482 end
483 </Binding>
484 <Binding name="ActionButton76" runOnUp="true">
485 if ( keystate == "down" ) then
486 ActionButtonDown(76);
487 else
488 ActionButtonUp(76);
489 end
490 </Binding>
491 <Binding name="ActionButton77" runOnUp="true">
492 if ( keystate == "down" ) then
493 ActionButtonDown(77);
494 else
495 ActionButtonUp(77);
496 end
497 </Binding>
498 <Binding name="ActionButton78" runOnUp="true">
499 if ( keystate == "down" ) then
500 ActionButtonDown(78);
501 else
502 ActionButtonUp(78);
503 end
504 </Binding>
505 <Binding name="ActionButton79" runOnUp="true">
506 if ( keystate == "down" ) then
507 ActionButtonDown(79);
508 else
509 ActionButtonUp(79);
510 end
511 </Binding>
512 <Binding name="ActionButton80" runOnUp="true">
513 if ( keystate == "down" ) then
514 ActionButtonDown(80);
515 else
516 ActionButtonUp(80);
517 end
518 </Binding>
519 <Binding name="ActionButton81" runOnUp="true">
520 if ( keystate == "down" ) then
521 ActionButtonDown(81);
522 else
523 ActionButtonUp(81);
524 end
525 </Binding>
526 <Binding name="ActionButton82" runOnUp="true">
527 if ( keystate == "down" ) then
528 ActionButtonDown(82);
529 else
530 ActionButtonUp(82);
531 end
532 </Binding>
533 <Binding name="ActionButton83" runOnUp="true">
534 if ( keystate == "down" ) then
535 ActionButtonDown(83);
536 else
537 ActionButtonUp(83);
538 end
539 </Binding>
540 <Binding name="ActionButton84" runOnUp="true" >
541 if ( keystate == "down" ) then
542 ActionButtonDown(84);
543 else
544 ActionButtonUp(84);
545 end
546 </Binding>
547 <Binding name="ActionButton85" runOnUp="true" header="BACTIONBAR8">
548 if ( keystate == "down" ) then
549 ActionButtonDown(85);
550 else
551 ActionButtonUp(85);
552 end
553 </Binding>
554 <Binding name="ActionButton86" runOnUp="true">
555 if ( keystate == "down" ) then
556 ActionButtonDown(86);
557 else
558 ActionButtonUp(86);
559 end
560 </Binding>
561 <Binding name="ActionButton87" runOnUp="true">
562 if ( keystate == "down" ) then
563 ActionButtonDown(87);
564 else
565 ActionButtonUp(87);
566 end
567 </Binding>
568 <Binding name="ActionButton88" runOnUp="true">
569 if ( keystate == "down" ) then
570 ActionButtonDown(88);
571 else
572 ActionButtonUp(88);
573 end
574 </Binding>
575 <Binding name="ActionButton89" runOnUp="true">
576 if ( keystate == "down" ) then
577 ActionButtonDown(89);
578 else
579 ActionButtonUp(89);
580 end
581 </Binding>
582 <Binding name="ActionButton90" runOnUp="true">
583 if ( keystate == "down" ) then
584 ActionButtonDown(90);
585 else
586 ActionButtonUp(90);
587 end
588 </Binding>
589 <Binding name="ActionButton91" runOnUp="true">
590 if ( keystate == "down" ) then
591 ActionButtonDown(91);
592 else
593 ActionButtonUp(91);
594 end
595 </Binding>
596 <Binding name="ActionButton92" runOnUp="true">
597 if ( keystate == "down" ) then
598 ActionButtonDown(92);
599 else
600 ActionButtonUp(92);
601 end
602 </Binding>
603 <Binding name="ActionButton93" runOnUp="true">
604 if ( keystate == "down" ) then
605 ActionButtonDown(93);
606 else
607 ActionButtonUp(93);
608 end
609 </Binding>
610 <Binding name="ActionButton94" runOnUp="true">
611 if ( keystate == "down" ) then
612 ActionButtonDown(94);
613 else
614 ActionButtonUp(94);
615 end
616 </Binding>
617 <Binding name="ActionButton95" runOnUp="true">
618 if ( keystate == "down" ) then
619 ActionButtonDown(95);
620 else
621 ActionButtonUp(95);
622 end
623 </Binding>
624 <Binding name="ActionButton96" runOnUp="true" >
625 if ( keystate == "down" ) then
626 ActionButtonDown(96);
627 else
628 ActionButtonUp(96);
629 end
630 </Binding>
631 <Binding name="ActionButton97" runOnUp="true" header="BACTIONBAR9">
632 if ( keystate == "down" ) then
633 ActionButtonDown(97);
634 else
635 ActionButtonUp(97);
636 end
637 </Binding>
638 <Binding name="ActionButton98" runOnUp="true">
639 if ( keystate == "down" ) then
640 ActionButtonDown(98);
641 else
642 ActionButtonUp(98);
643 end
644 </Binding>
645 <Binding name="ActionButton99" runOnUp="true">
646 if ( keystate == "down" ) then
647 ActionButtonDown(99);
648 else
649 ActionButtonUp(99);
650 end
651 </Binding>
652 <Binding name="ActionButton100" runOnUp="true">
653 if ( keystate == "down" ) then
654 ActionButtonDown(100);
655 else
656 ActionButtonUp(100);
657 end
658 </Binding>
659 <Binding name="ActionButton101" runOnUp="true">
660 if ( keystate == "down" ) then
661 ActionButtonDown(101);
662 else
663 ActionButtonUp(101);
664 end
665 </Binding>
666 <Binding name="ActionButton102" runOnUp="true">
667 if ( keystate == "down" ) then
668 ActionButtonDown(102);
669 else
670 ActionButtonUp(102);
671 end
672 </Binding>
673 <Binding name="ActionButton103" runOnUp="true">
674 if ( keystate == "down" ) then
675 ActionButtonDown(103);
676 else
677 ActionButtonUp(103);
678 end
679 </Binding>
680 <Binding name="ActionButton104" runOnUp="true">
681 if ( keystate == "down" ) then
682 ActionButtonDown(104);
683 else
684 ActionButtonUp(104);
685 end
686 </Binding>
687 <Binding name="ActionButton105" runOnUp="true">
688 if ( keystate == "down" ) then
689 ActionButtonDown(105);
690 else
691 ActionButtonUp(105);
692 end
693 </Binding>
694 <Binding name="ActionButton106" runOnUp="true">
695 if ( keystate == "down" ) then
696 ActionButtonDown(106);
697 else
698 ActionButtonUp(106);
699 end
700 </Binding>
701 <Binding name="ActionButton107" runOnUp="true">
702 if ( keystate == "down" ) then
703 ActionButtonDown(107);
704 else
705 ActionButtonUp(107);
706 end
707 </Binding>
708 <Binding name="ActionButton108" runOnUp="true" >
709 if ( keystate == "down" ) then
710 ActionButtonDown(108);
711 else
712 ActionButtonUp(108);
713 end
714 </Binding>
715 <Binding name="ActionButton109" runOnUp="true" header="BACTIONBAR10">
716 if ( keystate == "down" ) then
717 ActionButtonDown(109);
718 else
719 ActionButtonUp(109);
720 end
721 </Binding>
722 <Binding name="ActionButton110" runOnUp="true">
723 if ( keystate == "down" ) then
724 ActionButtonDown(110);
725 else
726 ActionButtonUp(110);
727 end
728 </Binding>
729 <Binding name="ActionButton111" runOnUp="true">
730 if ( keystate == "down" ) then
731 ActionButtonDown(111);
732 else
733 ActionButtonUp(111);
734 end
735 </Binding>
736 <Binding name="ActionButton112" runOnUp="true">
737 if ( keystate == "down" ) then
738 ActionButtonDown(112);
739 else
740 ActionButtonUp(112);
741 end
742 </Binding>
743 <Binding name="ActionButton113" runOnUp="true">
744 if ( keystate == "down" ) then
745 ActionButtonDown(113);
746 else
747 ActionButtonUp(113);
748 end
749 </Binding>
750 <Binding name="ActionButton114" runOnUp="true">
751 if ( keystate == "down" ) then
752 ActionButtonDown(114);
753 else
754 ActionButtonUp(114);
755 end
756 </Binding>
757 <Binding name="ActionButton115" runOnUp="true">
758 if ( keystate == "down" ) then
759 ActionButtonDown(115);
760 else
761 ActionButtonUp(115);
762 end
763 </Binding>
764 <Binding name="ActionButton116" runOnUp="true">
765 if ( keystate == "down" ) then
766 ActionButtonDown(116);
767 else
768 ActionButtonUp(116);
769 end
770 </Binding>
771 <Binding name="ActionButton117" runOnUp="true">
772 if ( keystate == "down" ) then
773 ActionButtonDown(117);
774 else
775 ActionButtonUp(117);
776 end
777 </Binding>
778 <Binding name="ActionButton118" runOnUp="true">
779 if ( keystate == "down" ) then
780 ActionButtonDown(118);
781 else
782 ActionButtonUp(118);
783 end
784 </Binding>
785 <Binding name="ActionButton119" runOnUp="true">
786 if ( keystate == "down" ) then
787 ActionButtonDown(119);
788 else
789 ActionButtonUp(119);
790 end
791 </Binding>
792 <Binding name="ActionButton120" runOnUp="true" >
793 if ( keystate == "down" ) then
794 ActionButtonDown(120);
795 else
796 ActionButtonUp(120);
797 end
798 </Binding>
799 </Bindings>