Mercurial > wow > skeletonkey
comparison SkeletonKey.xml @ 86:d6831be74cf4
Partial functionality updates for 8.0
author | Nenue |
---|---|
date | Tue, 17 Jul 2018 14:46:43 -0400 |
parents | 9824d524a661 |
children | 73810564e4b8 |
comparison
equal
deleted
inserted
replaced
85:94a279e9c5a9 | 86:d6831be74cf4 |
---|---|
22 </Anchors> | 22 </Anchors> |
23 <Scripts> | 23 <Scripts> |
24 <OnLoad method="OnLoad" /> | 24 <OnLoad method="OnLoad" /> |
25 <OnEvent method="OnEvent" /> | 25 <OnEvent method="OnEvent" /> |
26 <OnShow method="OnShow" /> | 26 <OnShow method="OnShow" /> |
27 <OnUpdate method="OnUpdate" /> | 27 <!--<OnUpdate method="OnUpdate" />--> |
28 <OnKeyDown method="OnKeyDown" /> | 28 <OnKeyDown method="OnKeyDown" /> |
29 <OnKeyUp method="OnKeyUp" /> | 29 <OnKeyUp method="OnKeyUp" /> |
30 <OnMouseDown method="OnMouseDown" /> | 30 <!--<OnMouseDown method="OnMouseDown" /> |
31 <OnMouseUp method="OnMouseUp" /> | 31 <OnMouseUp method="OnMouseUp" />--> |
32 <OnMouseWheel method="OnMouseWheel" /> | 32 <OnMouseWheel method="OnMouseWheel" /> |
33 <OnDragStart method="OnDragStart" /> | 33 <OnDragStart method="OnDragStart" /> |
34 <OnDragStop method="OnDragStop" /> | 34 <OnDragStop method="OnDragStop" /> |
35 </Scripts> | 35 </Scripts> |
36 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> | 36 <Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true"> |
140 <Scripts> | 140 <Scripts> |
141 <OnLoad method="OnLoad" /> | 141 <OnLoad method="OnLoad" /> |
142 <OnEvent method="OnEvent" /> | 142 <OnEvent method="OnEvent" /> |
143 </Scripts> | 143 </Scripts> |
144 </Frame> | 144 </Frame> |
145 | 145 <!-- |
146 <Frame name="KeyBinderTutorial" parent="KeyBinder"> | 146 <Frame name="KeyBinderTutorial" parent="KeyBinder"> |
147 | 147 |
148 <Size x="20" y="20" /> | 148 <Size x="20" y="20" /> |
149 <Anchors> | 149 <Anchors> |
150 <Anchor point="TOPLEFT" relativeKey="$parent.footer" x="2" y="-2" /> | 150 <Anchor point="TOPLEFT" relativeKey="$parent.footer" x="2" y="-2" /> |
157 <Anchors> | 157 <Anchors> |
158 <Anchor point="TOPLEFT" /> | 158 <Anchor point="TOPLEFT" /> |
159 </Anchors> | 159 </Anchors> |
160 <TexCoords left="0.0019531" right="0.1484375" top="0.4257813" bottom="0.6210938"/> | 160 <TexCoords left="0.0019531" right="0.1484375" top="0.4257813" bottom="0.6210938"/> |
161 </Texture> | 161 </Texture> |
162 <FontString inherits="KTLogString" text="to change a key binding."> | 162 <FontString inherits="SkeletonKeyButtonFont" text="to change a key binding."> |
163 <Anchors> | 163 <Anchors> |
164 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseLeftClick" x="2" y="0" /> | 164 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseLeftClick" x="2" y="0" /> |
165 </Anchors> | 165 </Anchors> |
166 </FontString> | 166 </FontString> |
167 | 167 |
170 <Anchors> | 170 <Anchors> |
171 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentMouseLeftClick" x="0" y="-2" /> | 171 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeTo="$parentMouseLeftClick" x="0" y="-2" /> |
172 </Anchors> | 172 </Anchors> |
173 <TexCoords left="0.0019531" right="0.1484375" top="0.6269531" bottom="0.8222656"/> | 173 <TexCoords left="0.0019531" right="0.1484375" top="0.6269531" bottom="0.8222656"/> |
174 </Texture> | 174 </Texture> |
175 <FontString inherits="KTLogString" text="to remove actions from profile."> | 175 <FontString inherits="SkeletonKeyButtonFont" text="to remove actions from profile."> |
176 <Anchors> | 176 <Anchors> |
177 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseRightClick" x="2" y="0" /> | 177 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseRightClick" x="2" y="0" /> |
178 </Anchors> | 178 </Anchors> |
179 </FontString> | 179 </FontString> |
180 | 180 |
181 </Layer> | 181 </Layer> |
182 </Layers> | 182 </Layers> |
183 </Frame> | 183 </Frame>--> |
184 | 184 |
185 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> | 185 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> |
186 <Anchors> | 186 <Anchors> |
187 <Anchor point="TOPRIGHT" /> | 187 <Anchor point="TOPRIGHT" /> |
188 </Anchors> | 188 </Anchors> |
191 | 191 |
192 <CheckButton name="KeyBinderStickyMode" inherits="UICheckButtonTemplate"> | 192 <CheckButton name="KeyBinderStickyMode" inherits="UICheckButtonTemplate"> |
193 <Size y="32" x="32" /> | 193 <Size y="32" x="32" /> |
194 <Layers> | 194 <Layers> |
195 <Layer level="OVERLAY"> | 195 <Layer level="OVERLAY"> |
196 <FontString parentKey="header" inherits="KTLogString" text="Sticky Mode:" /> | 196 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Sticky Mode:" /> |
197 </Layer> | 197 </Layer> |
198 </Layers> | 198 </Layers> |
199 </CheckButton> | 199 </CheckButton> |
200 | 200 |
201 <CheckButton name="KeyBinderHoverInput" inherits="UICheckButtonTemplate"> | 201 <CheckButton name="KeyBinderHoverInput" inherits="UICheckButtonTemplate"> |
203 <Anchors> | 203 <Anchors> |
204 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderStickyMode" /> | 204 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderStickyMode" /> |
205 </Anchors> | 205 </Anchors> |
206 <Layers> | 206 <Layers> |
207 <Layer level="OVERLAY"> | 207 <Layer level="OVERLAY"> |
208 <FontString parentKey="header" inherits="KTLogString" text="Bind" /> | 208 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Bind" /> |
209 <FontString inherits="SkeletonKeyHeaderFont" text="Settings"> | 209 <FontString inherits="SkeletonKeyHeaderFont" text="Settings"> |
210 <Anchors> | 210 <Anchors> |
211 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="32" /> | 211 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="32" /> |
212 </Anchors> | 212 </Anchors> |
213 </FontString> | 213 </FontString> |
220 <Anchors> | 220 <Anchors> |
221 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderHoverInput" /> | 221 <Anchor point="TOPRIGHT" relativePoint="TOPLEFT" x="-4" y="0" relativeTo="KeyBinderHoverInput" /> |
222 </Anchors> | 222 </Anchors> |
223 <Layers> | 223 <Layers> |
224 <Layer level="OVERLAY"> | 224 <Layer level="OVERLAY"> |
225 <FontString parentKey="header" inherits="KTLogString" text="Safe" /> | 225 <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Safe" /> |
226 </Layer> | 226 </Layer> |
227 </Layers> | 227 </Layers> |
228 </CheckButton> | 228 </CheckButton> |
229 </Frames> | 229 </Frames> |
230 </Frame> | 230 </Frame> |
327 </CheckButton> | 327 </CheckButton> |
328 <Frame name="SkeletonKeyPanelTemplate" parent="SkeletonKey" hidden="true" parentArray="Panels" virtual="true"> | 328 <Frame name="SkeletonKeyPanelTemplate" parent="SkeletonKey" hidden="true" parentArray="Panels" virtual="true"> |
329 <Scripts> | 329 <Scripts> |
330 <OnLoad method="OnLoad" /> | 330 <OnLoad method="OnLoad" /> |
331 <OnShow method="OnShow" /> | 331 <OnShow method="OnShow" /> |
332 <OnEvent method="OnEvent" /> | 332 <!--<OnEvent method="OnEvent" />--> |
333 </Scripts> | 333 </Scripts> |
334 <Layers> | 334 <Layers> |
335 <Layer level="BACKGROUND"> | 335 <Layer level="BACKGROUND"> |
336 <Texture parentKey="bg" /> | 336 <Texture parentKey="bg" /> |
337 </Layer> | 337 </Layer> |
389 <Color a="1" r=".15" g="0.15" b=".15" /> | 389 <Color a="1" r=".15" g="0.15" b=".15" /> |
390 </HighlightTexture> | 390 </HighlightTexture> |
391 </Button> | 391 </Button> |
392 </Frames> | 392 </Frames> |
393 </Frame> | 393 </Frame> |
394 | |
395 <!-- | |
394 <Frame name="$parentSystemBindings" mixin="SkeletonKeySystemBindingsMixin" inherits="SkeletonKeyPanelTemplate" /> | 396 <Frame name="$parentSystemBindings" mixin="SkeletonKeySystemBindingsMixin" inherits="SkeletonKeyPanelTemplate" /> |
395 | 397 --> |
396 <Button name="SkeletonKeyTabTemplate" parentArray="tabButtons" virtual="true"> | 398 <Button name="SkeletonKeyTabTemplate" parentArray="tabButtons" virtual="true"> |
397 <Size x="48" y="32" /> | 399 <Size x="48" y="32" /> |
398 <Layers> | 400 <Layers> |
399 <Layer level="BACKGROUND"> | 401 <Layer level="BACKGROUND"> |
400 <Texture parentKey="Background"> | 402 <Texture parentKey="Background"> |