10-18-2012, 03:09 AM
As soon as I press the Win-key it should display briefly a sequence of numbers (1, 2, 3, .., 0) above the first 10 icons on the task bar.
I cannot get this seemingly easy job to work. Please check the following code (I know it doesn't use an intelligent positioning algorithm yet):
Macro Macro2
When I use wait for key down event the win-key is eaten as documented. So I cannot use Win+5 to start the 5th program on the task bar.
When I use wait for key up event then I also cannot use Win+5, because the win-key is carried out straight away.
Any idea how to solve this?
Thanks!
I cannot get this seemingly easy job to work. Please check the following code (I know it doesn't use an intelligent positioning algorithm yet):
Macro Macro2
rep
,wait 0 K W
,OnScreenDisplay "1 2 3 4 5 6 7 8 9 0" 2 80 1080 "Arial" 24 0xff00 16
When I use wait for key up event then I also cannot use Win+5, because the win-key is carried out straight away.
Any idea how to solve this?
Thanks!