Macro to Search Box

I'm trying to move my cursor into the search box using Windows OneNote. If I manually type Ctrl+F it will accomplish this. The following is the code that I used.

Application-Specific (OneNote)
Command Type (Advanced Scripting)

Sub Main
SendDragonKeys "{Ctrl+F}"
End Sub

Sub Main
SendSystemKeys "{Ctrl+F}"
End Sub

Sub Main
SendKeys "{Ctrl+F}"
End Sub
Thanks for taking the time.
Bob

Not sure. If the hotkey works correctly inside of Opus but the problem is you don't know how to make OneNote send a hotkey, then you might need to ask an expert on OneNote as it's not something I know anything about.

I'm sorry Leo. I did it again. I need to contact KnowBrainer, Dragon.
Bob