[UX-Feature] Filtering node types selects the first result by default [and inserts it by hitting `enter`]
Description
When you filter for node types the creation/insert dialog it would be nice if the dialog would automatically highlights the first filter result.

In this case »Text/Bild Kombination«.
If you’d hit enter it would "instantly" insert the currently selected node type (in this case) below node type, which you clicked on to spawn the dialog.
"Bonus"
Selecting the other filtered ones via the arrow keys would be nice. But that would mean:
- arrow keys are just for navigation between the nodes, you couldn’t move the cursors in the input field anymore
- you could only move the cursor by clicking
- you could only add characters or remove all of them until (using
backspace) until you get to the point you wanted to edit
I would be fine with that limitation.
i would expect this ux behavior:
- type
bil - nodes are filtered, first item in list is semi highlight selected so enter works
- arrow keys and focus still is in the input field.
- press tab to move out of the input field and then use arrow keys for selecting. (enter would save and close)
- shift tab to move back into the search bar.
escape at anytime will close this window.
We could also open this dialog with Cmd + K like all the cool apps do.
The search field should also be autofocused when the dialog opens.