Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Retain default behaviour of win-key while using wait for.
#1
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
Code:
Copy      Help
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 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!


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)