WickedMetalHead
Member
- Joined
- Mar 9, 2006
- RedCents
- 0¢
While searching for a way to open up window's in a more universal method (i could use /keypress alt+q but that could vary based on system) i found out that MQ allows you to use the bind name in a /keypress. ie if you want to jump you can do /keypress jump.
You can view the Full list by Typing:
/bind eqlist (for the binds that are EQ)
/bind list (for the binds that are MQ)
Let's take the mail window for a minute, in the above snippet of the list you can see the entry
Instead of doing /keypress ctrl+e to open up the mail window, which can change between machine, you can isntead do /keypress TOGGLE_MAILWIN.
Hope someone finds this useful.
-WMH
You can view the Full list by Typing:
/bind eqlist (for the binds that are EQ)
/bind list (for the binds that are MQ)
Let's take the mail window for a minute, in the above snippet of the list you can see the entry
Rich (BB code):
[TOGGLE_MAILWIN] Nrm:ctrl+E Alt:clear
Instead of doing /keypress ctrl+e to open up the mail window, which can change between machine, you can isntead do /keypress TOGGLE_MAILWIN.
Hope someone finds this useful.
-WMH

