Mercurial > wow > reaction
changeset 180:f51e07b581e7
remove global bindings (toggle bar lock, etc)
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 23:41:36 +0000 |
parents | bf64e71701e2 |
children | c8777ae7d460 |
files | Bindings.lua Bindings.xml ReAction.toc |
diffstat | 3 files changed, 0 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/Bindings.lua Wed Oct 20 23:40:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -local addonName, addonTable = ... -local ReAction = addonTable.ReAction -local L = ReAction.L -local _G = _G - -_G["BINDING_HEADER_REACTION"] = L["ReAction"] - -_G["BINDING_NAME_REACTION_TOGGLELOCK"] = L["Toggle ReAction Bar Lock"] -_G["BINDING_NAME_REACTION_TOGGLEKEYBIND"] = L["ReAction Keybinding Mode"]
--- a/Bindings.xml Wed Oct 20 23:40:41 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -<Bindings> - <!-- general keybindings --> - <Binding name="REACTION_TOGGLELOCK" header="REACTION"> - ReAction:SetConfigMode(not ReAction:GetConfigMode()) - </Binding> - <Binding name="REACTION_TOGGLEKEYBIND"> - ReAction:SetKeybindMode(not ReAction:GetKeybindMode()) - </Binding> -</Bindings>