diff modules/ReAction_ConfigUI/ReAction_ConfigUI.lua @ 88:fc83b3f5b322

Added keybindings using LibKeyBound-1.0, with modifications for Override bindings instead of standard bindings.
author Flick <flickerstreak@gmail.com>
date Sun, 31 Aug 2008 06:02:18 +0000
parents 1ad208c25618
children 7cabc8ac6c16
line wrap: on
line diff
--- a/modules/ReAction_ConfigUI/ReAction_ConfigUI.lua	Sat Jun 28 00:54:21 2008 +0000
+++ b/modules/ReAction_ConfigUI/ReAction_ConfigUI.lua	Sun Aug 31 06:02:18 2008 +0000
@@ -80,6 +80,16 @@
         set  = function(info, val) self.db.profile.closeOnLaunch = val end,
         order = 3,
       },
+      _keybind = {
+        type = "execute",
+        handler = self,
+        name = L["Key Bindings"],
+        desc = L["Show the keybinding dialogue"],
+        func = function()
+            ReAction:SetKeybindMode(true)
+          end,
+        order = 4,
+      },
     }, true) -- global
 
   AceConfigReg:RegisterOptionsTable(configName,ReAction.options)