0

I am using TeXStudio as my editor.

To activate the find panel, there is a command 'editor.find()' listed in the manual.

Is there a command that closes the find panel?

Zhiyuan Ding
  • 183
  • 8

1 Answers1

1

You can add a macro, to close the find dialog box.

%SCRIPT  
app.simulateKeyPress("Esc");

The required command is the same one that is needed to close other dialog boxes, however it will also trigger a Duck when the minute is a prime :-)
see How to turn off the yellow duck in TeXStudio

enter image description here