Adjust option tables to be more suitable for slash cmd access, and enable slash cmd access to them.

A simple /bt still opens the configurion, however /bt also accepts all the sub commands now, like ?/bt lock? or ?/bt kb? to open keybound.
You can also access all Bar configuration, use ?/bt bars? for a list of all bars, and navigate through the menu for specific settings.
This commit is contained in:
Hendrik Leppkes
2009-02-03 23:26:59 +01:00
parent e13222b4a7
commit 53cf1e10f9
3 changed files with 136 additions and 118 deletions
-1
View File
@@ -91,7 +91,6 @@ function module:GetOptionsObject()
local states = {
type = "group",
name = L["State Configuration"],
cmdInline = true,
order = 5,
args = self:GetStateOptionsTable(),
}