Mercurial > wow > skeletonkey
diff SkeletonKey/KeyBinds.xml @ 6:f6d1c192afc6
Refactored file layout:
- frame display logic in UI.lua
- player data in Cache.lua
- event responses in Events.lua
a lot of local tables are now stored members of KeyBinder for that to work
author | Nenue |
---|---|
date | Thu, 28 Jul 2016 16:45:56 -0400 |
parents | 9ac29fe77455 |
children | 32d64e42ec9b |
line wrap: on
line diff
--- a/SkeletonKey/KeyBinds.xml Tue Jul 26 19:29:44 2016 -0400 +++ b/SkeletonKey/KeyBinds.xml Thu Jul 28 16:45:56 2016 -0400 @@ -1,12 +1,11 @@ <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd"> <Button name="KeyBinderMacro" inherits="SecureActionButtonTemplate"> - <Scripts> - <OnLoad> - self:SetAttribute('*type*', 'macro') - </OnLoad> - </Scripts> + <Attributes> + <Attribute name="*type*" value="macro" /> + </Attributes> </Button> + <Button name="KeyBinderKey" inherits="SecureActionButtonTemplate" /> <CheckButton name="KeyButton" virtual="true"> <Size x="32" y="32" /> <Layers>