PDA

View Full Version : Defining mouse keys


Steve klimas
09-03-1998, 12:55 AM
with me10r8.5 we want to define mouse key 1 with the "END" command. in the .me10rc file I have included the following: DEFINE_MOUSE_KEY 1 'END' END_DEFINE this allows me to get END on the command line but we still need to go to the keyboard and depress "RETURN". Is there any way to add the "RETURN" to the macro so we don't need type it in? thanks in advance Steve

Robert Aronson
09-03-1998, 01:14 AM
HELLO STEVE. YOU HAVE TO PUT IN CHR 13 IN YOUR DEFINE STATMEN AS IN THIS EXAMPLES! DEFINE_MOUSE_KEY 1 ("degeo" + (chr 13)) DEFINE_MOUSE_KEY 2 ("tm_window_redraw" + (chr 13))