Mercurial > wow > skeletonkey
comparison SkeletonKey/SkeletonKey.xml @ 17:500f9b2bd9ac
- for RegisterAction, use a function table instead of that if/then rats nest
- consequently pet bar actions work now
- unlocalize bindings data
- activate keyslot input manually instead of on mouse over
- activate checkbox to keep input mode active
- dynamic buttons update in real time for petaction/talent/profession spells
author | Nenue |
---|---|
date | Sat, 30 Jul 2016 00:08:00 -0400 |
parents | cdd387d39137 |
children | 91398d284a99 |
comparison
equal
deleted
inserted
replaced
16:cdd387d39137 | 17:500f9b2bd9ac |
---|---|
129 <Size x="100" /> | 129 <Size x="100" /> |
130 <Anchors> | 130 <Anchors> |
131 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.headerbg" /> | 131 <Anchor point="TOPLEFT" relativePoint="BOTTOMLEFT" relativeKey="$parent.headerbg" /> |
132 <Anchor point="BOTTOM" /> | 132 <Anchor point="BOTTOM" /> |
133 </Anchors> | 133 </Anchors> |
134 <Color a="1" r="0.2" g="0.2" b="0.2" /> | 134 <Color a=".75" r="0" g="0" b="0" /> |
135 </Texture> | 135 </Texture> |
136 | 136 |
137 | 137 |
138 | 138 |
139 <Texture parentKey="profilebg"> | 139 <Texture parentKey="profilebg"> |
189 <Anchors> | 189 <Anchors> |
190 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" relativeKey="$parent.bg" x="-12" y="7" /> | 190 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" relativeKey="$parent.bg" x="-12" y="7" /> |
191 </Anchors> | 191 </Anchors> |
192 <Color a="1" r="0" g="1" b="0" /> | 192 <Color a="1" r="0" g="1" b="0" /> |
193 </FontString> | 193 </FontString> |
194 | |
195 <FontString parentKey="savingText" inherits="KTHeaderFont" text="Press a key." /> | |
194 </Layer> | 196 </Layer> |
195 </Layers> | 197 </Layers> |
196 <Frames> | 198 <Frames> |
197 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> | 199 <Button inherits="UIPanelCloseButton" parentKey="CloseButton"> |
198 <Anchors> | 200 <Anchors> |
199 <Anchor point="TOPRIGHT" /> | 201 <Anchor point="TOPRIGHT" /> |
200 </Anchors> | 202 </Anchors> |
201 </Button> | 203 </Button> |
202 | 204 |
203 <CheckButton inherits="UICheckButtonTemplate" parentKey="DummyCheckButton"> | 205 <Button name="$parentUnbindButton" hidden="true"> |
206 <Size x="20" y="20" /> | |
207 <NormalTexture> | |
208 <Color a="1" r="1" g="0.4" b="0" /> | |
209 | |
210 </NormalTexture> | |
211 <NormalFont style="KTUIPanelFont" /> | |
212 <ButtonText text="X" /> | |
213 </Button> | |
214 | |
215 <CheckButton name="$parentStickyMode"> | |
216 <Size y="28" /> | |
204 <Anchors> | 217 <Anchors> |
205 <Anchor point="BOTTOMLEFT" x="4" y="4" /> | 218 <Anchor point="BOTTOMLEFT" x="0" y="12" /> |
219 <Anchor point="RIGHT" relativeKey="$parent.sourcesbg" /> | |
206 </Anchors> | 220 </Anchors> |
207 <ButtonText text="This is some crap" /> | 221 <ButtonText text="Receiving" inherits="KTUIPanelFont"> |
222 <Anchors> | |
223 <Anchor point="CENTER" /> | |
224 </Anchors> | |
225 </ButtonText> | |
226 <NormalTexture> | |
227 <Color a="1" r=".3" g=".3" b=".3" /> | |
228 </NormalTexture> | |
229 <CheckedTexture> | |
230 | |
231 <Color a="1" r=".3" g="1" b=".2" /> | |
232 </CheckedTexture> | |
208 </CheckButton> | 233 </CheckButton> |
209 </Frames> | 234 </Frames> |
210 </Frame> | 235 </Frame> |
211 | 236 |
212 <ScrollingMessageFrame hidden="true" fade="false" name="KeyBinderImportLog" parent="KeyBinder" clampedToScreen="true" parentKey="ImportLog" insertMode="BOTTOM" maxLines="500"> | 237 <ScrollingMessageFrame hidden="true" fade="false" name="KeyBinderImportLog" parent="KeyBinder" clampedToScreen="true" parentKey="ImportLog" insertMode="BOTTOM" maxLines="500"> |