diff Options.lua @ 10:f3a7bfebc283

Version 0.33
author Flick <flickerstreak@gmail.com>
date Tue, 20 Mar 2007 21:37:38 +0000
parents c05fd3e18b4f
children 2b2dd11e5cc2
line wrap: on
line diff
--- a/Options.lua	Tue Mar 20 21:35:57 2007 +0000
+++ b/Options.lua	Tue Mar 20 21:37:38 2007 +0000
@@ -32,11 +32,12 @@
       func = "Unlock",
     },
 
-    bindings = {
-      type = "execute",
-      name = "bindings",
-      desc = "Launches keybinding setup mode",
-      func = function() ReBound:Enable() end,
+    keybind = {
+      type = "toggle",
+      name = "keybind",
+      desc = "keybind setup mode",
+      get  = "GetKeybindMode",
+      set  = "SetKeybindMode",
     },
 
     hideart = {
@@ -71,16 +72,6 @@
       desc = "Resets to single bar in the default position",
       func = "ResetBars",
     },
-    
-    --[[
-    resync = {
-      type = "execute",
-      name = "resync",
-      desc = "Re-orders action IDs sequentially amongst bars",
-      func = "ResyncActionIDs",
-      disabled = true -- not yet implemented
-    },
-    ]]
   }
 }
 
@@ -117,11 +108,12 @@
       order = 3,
     },
 
-    bindings = {
-      type = "execute",
+    keybind = {
+      type = "toggle",
       name = "Set Key Bindings",
-      desc = "Launches keybinding setup mode",
-      func = function() ReBound:Enable() end,
+      desc = "keybind setup mode",
+      get  = "GetKeybindMode",
+      set  = "SetKeybindMode",
       order = 4,
     },
 
@@ -134,16 +126,6 @@
       order = 6,
     },
     
-    --[[
-    resync = {
-      type = "execute",
-      name = "Re-sync Action IDs",
-      desc = "Re-orders action IDs sequentially amongst bars",
-      func = "ResyncActionIDs",
-      disabled = true, -- not yet implemented
-    },
-    ]]
-
   }
 }