Hi all.
Press Ctrl Send>f Wait>1 Send>foo
When i execute this macro, nothing gets typed in the find box. What am i missing?
Using Macro Scheduler on Notepad++?
Moderators: JRL, Dorian (MJT support)
- Dorian (MJT support)
- Automation Wizard
- Posts: 1414
- Joined: Sun Nov 03, 2002 3:19 am
Re: Using Macro Scheduler on Notepad++?
My guess is simply that you haven't released ctrl.
It might also be worth setting focus with SetFocus.
Code: Select all
Press Ctrl
Send>f
Release Ctrl
Wait>1
Send>foo