Added the keybindings file, and the redo icon
James Whitehead II [11-24-08 - 09:28]
Added the keybindings file, and the redo icon
diff --git a/Bindings.xml b/Bindings.xml
new file mode 100644
index 0000000..1b1e57c
--- /dev/null
+++ b/Bindings.xml
@@ -0,0 +1,16 @@
+<Bindings>
+ <Binding name="TOGGLE_WOWLUA" description="Toggle WowLua window" header="WOWLUA">
+ if WowLuaFrame:IsShown() then
+ WowLuaFrame:Hide()
+ else
+ SlashCmdList["WOWLUA"]("")
+ end
+ </Binding>
+ <Binding name="RUN_WOWLUA" description="Runs the current page in WowLua">
+ WowLuaButton_Run:Click(WowLuaButton_Run, "LeftButton")
+ </Binding>
+ <Binding name="SAVE_WOWLUA" description="Saves the current page in WowLua">
+ WowLuaButton_Save:Click(WowLuaButton_Save, "LeftButton")
+ </Binding>
+</Bindings>
+
diff --git a/images/redo.tga b/images/redo.tga
new file mode 100644
index 0000000..74094fe
Binary files /dev/null and b/images/redo.tga differ