Sorry,
However very simple but Press CTRL fails ! (I even tried SK_LEGACY & SK_DELAY for better results)
Have a look:
let>SK_LEGACY=1
Let>SK_DELAY=100
press CTRL
wait>0.2
Send>f
WaitWindowOpen>Rechercher et remplacer
wait>0.2
release CTRL
wait>0.2
Exit
That fails but if I exit Macro Scheduler and reopen that works one time but second time fails again!
[RESOLVED but ....] Press CTRL fails
Moderators: Dorian (MJT support), JRL
[RESOLVED but ....] Press CTRL fails
Last edited by ABIVEN on Tue Mar 06, 2012 8:46 am, edited 1 time in total.
bro simple fix use vk_keys i had same problem in past that was the only viable fix here is the code
you will need this code and website
http://www.mjtnet.com/vkcodes.htm
the wait is how long to hold the key down it releases the pressed key after the wait all you need to do to edit it for the keys you wish to use is change the VK_control={here is number code from site you will put}
and wait is always in seconds so how ever long you wanna hold key is the wait
you will need this code and website
http://www.mjtnet.com/vkcodes.htm
Code: Select all
Let>VK_control=51
Let>ExtendedKey=1
Let>KeyUp=2
LibFunc>user32.dll,keybd_event,r,VK_control,0,ExtendedKey,0
Let>FLAGS={%ExtendedKey% OR %KeyUp%}
wait>2
LibFunc>user32.dll,keybd_event,r,VK_control,0,FLAGS,0
the wait is how long to hold the key down it releases the pressed key after the wait all you need to do to edit it for the keys you wish to use is change the VK_control={here is number code from site you will put}
and wait is always in seconds so how ever long you wanna hold key is the wait
if idiots rule the world then im the king!!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!
i want a free t-shirt give me all of your rep!!!
please give me pro version of macro scheduler and appnavigator!!!