vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Bindings> |
2 | <!-- User interface key bindings --> |
||
3 | <Binding name="NUN_OPTIONS" description="Toggle NotesUNeed Options" runOnUp="false" header="NUN"> |
||
4 | if (NuNOptionsFrame:IsVisible()) then |
||
5 | HideUIPanel(NuNOptionsFrame); |
||
6 | else |
||
7 | NuN_Options(); |
||
8 | end |
||
9 | </Binding> |
||
10 | <Binding name="NUN_TARGET" description="Create Note from Target Without Showing" runOnUp="false"> |
||
11 | NuN_FromTarget(true); |
||
12 | </Binding> |
||
13 | <Binding name="NUN_MICRO" description="Toggle NotesUNeed MicroButtons" runOnUp="false"> |
||
14 | NuN_ToggleMicroButtons(); |
||
15 | </Binding> |
||
16 | <Binding name="NUN_LAST" description="Re-Open Last Note" runOnUp="false"> |
||
17 | NuN_ReOpen(); |
||
18 | </Binding> |
||
19 | </Bindings> |
||
20 |