Is it possible to close the Find Results window with keyboard
-
There is a shortcut F7 to open the Find Results panel and switch focus to it. Is there any quick way to close the Find Results from the keyboard?
-
Esc :-)
-
@Ekopalypse
Oh… I see
I configured Esc to close current document.
Wondering, can I define something to close Find Results now the same way… -
Hmm … I don’t think so.
-
If I understand the code correctly, only the default dialog behaviors are implemented in this window.
-
Configurable keys only exists for the main editing window; when it has input focus. Any other UI element, when it has input focus, only has fixed key commands that it responds to, and those vary depending upon which element it is.
I configured Esc to close current document
This is fine, if a bit odd. But again, only works when the editing window has input focus.
Esc should still work fine to close Search results (when IT has input focus).
-
@Ekopalypse said in Is it possible to close the Find Results window with keyboard:
If I understand the code correctly, only the default dialog behaviors are implemented in this window.
I think you have the right idea, but the link is to the code for the wrong window.
-
don’t be so hard on myself, I just missed it by ~4000 lines :-D