|
ToyBear Beginner
Joined: 04 Sep 2003 Posts: 25 Location: Singapore
|
Posted: Thu Sep 04, 2003 3:49 pm
Button |
I want to make my button do 'Ctrl-S'. how do i do it?
I don't want to make a macro.
Thanks. |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Sep 04, 2003 4:52 pm |
That depends on whether you want to bring up the speedwalk window or send 'Ctrl-S' to the MUD.
Speedwalk window
#MENU Actions|Speedwalk
Ctrl-S to MUD
#SEND {%char( 19)}
EDIT: Corrected the value for S. |
|
|
|
|
|