Using the link:
http://macroquest2.com/phpBB2/viewtopic.php?t=5605
What would be the same /keypress as these:
Code: Select all
/press esc
/press ctrl
/press shift
Bob
Moderator: MacroQuest Developers

Code: Select all
/press esc
/press ctrl
/press shift
/keypress is used for what you have in your keyboard options in the eq client, it is not used to press keys like shift or ctrl.bob_the_builder wrote:Trying to change my marcos to use the new /keypress instead of /press
Using the link:
http://macroquest2.com/phpBB2/viewtopic.php?t=5605
What would be the same /keypress as these:
Thanks in advanceCode: Select all
/press esc /press ctrl /press shift
Bob


Yeah, with the oldstyle commands (/press /sendkey) you had to have Window focus to run, which for background execution requires the use of EQW.SlimFastForYou wrote:Quick question:
On some macros, MQ seems to be working, but having problems while minimized. I suspect that when a macro has a (oudated) /sendkey, that doesn't function right because the window doesn't have focus. Maybe I am wrong.
If I am right about this being the cause of funky behavior when minimized, are these issues with the new /keypress, since it is more direct?