![](templates/Classic/images/spacer.gif) |
Caled Sorcerer
Joined: 21 Oct 2000 Posts: 821 Location: Australia
|
Posted: Sun Mar 29, 2009 10:19 pm
Feature request: a new "old" feature related to speed menus |
In zMud, if no speed menu was set as the default one, double right clicking would execute the last speed menu used, effectively letting you use the double right click dynamically.
I've really missed this feature, and I'm not sure why I have not asked about it before now. |
|
_________________ Athlon 64 3200+
Win XP Pro x64 |
|
|
![](templates/Classic/images/spacer.gif) |
Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Mar 30, 2009 6:05 pm |
Yes, this is actually on the to-do list for the future. I'm still just trying to figure out how to implement it to ensure that only a single menu option can be chosen as the "default". The way zMUD stored this property doesn't work with the package database architecture (zMUD just stored the menu id number to the zmud.ini file).
|
|
|
![](templates/Classic/images/spacer.gif) |
Zugg MASTER
![](images/avatars/164475849040f41c23b22fe.gif)
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Tue Mar 31, 2009 10:42 pm |
This will be implemented in the next version. What I did was to just add an option checkbox to each menu item called "Default". CMUD won't care if you set more than one default or not. If you double-right-click on the MUD output, CMUD will loop through the current menu (in menu priority order) and will execute the first "in-scope" (enabled) menu item that it finds with the Default option selected.
The Lua menu object property will be called "IsDefault" to allow you to set/reset this option from a Lua script. |
|
|
![](templates/Classic/images/spacer.gif) |
|
|