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: Dorian (MJT support), JRL
- Dorian (MJT support)
- Automation Wizard
- Posts: 1378
- Joined: Sun Nov 03, 2002 3:19 am
- Contact:
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
Yes, we have a Custom Scripting Service. Message me or go here