Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] menu bar macro unrelaible
#1
I record a bunch of direction keys being pressed to navigate my menu bar, but doesn't get it right.

I try to add a wait but the time time is the same if I use 0.5 second or 0.002 seconds. I can get this macro to work if I use 0.5 second wait between each button press but that shouldn't be necessary, right?

What is the best way to navigate a file menu using qm??
#2
have you tried menu record instead?
Tools,record other,menu command
#3
Or use underlined letters instead of arrows.
with arrows:
Code:
Copy      Help
'Af             ;; Alt+F
'DDDY           ;; Down Down Down Enter
same with underlined letters:
Code:
Copy      Help
'A{fa}          ;; Alt+{F A}
Also try the Slow option when recording.
Code:
Copy      Help
opt slowkeys 1; spe 1000
'Af             ;; Alt+F
'DDDY           ;; Down Down Down Enter
#4
Slowkeys was perfect for the job. I got it to work with spe 10.

Alt + key doesn't work. This menu is weird (not qm's fault).

Thanks


Forum Jump:


Users browsing this thread: 1 Guest(s)