Suggestion for Advanced Search keyboard shortcut behaviour

Hi,

In TiddlyWiki, pressing Ctrl + shift + A opens the advanced search tiddler.
However when this tiddler is already open, using the keyboard shortcut does not navigate to it (you have to manually scroll to it if you are farther away in the story river).

My expectation would be that pressing Ctrl + shift + A always put the story river focus on the advanced search.

From my test, this can be achieved by adding a $scroll="yes" option inside the $action-navigate widget of $:/core/ui/KeyboardShortcuts/advanced-search tiddler:

<$navigator story="$:/StoryList" history="$:/HistoryList">
<$action-navigate $to="$:/AdvancedSearch" $scroll="yes"/>
<$action-sendmessage $message="tm-focus-selector" $param="""[data-tiddler-title="$:/AdvancedSearch"] .tc-search input""" preventScroll="true"/>
</$navigator>

What do you think about this modification?
Could it be updated in the core?

BR,

Eskha

hi, I think, this should be raised as an issue at Github: Issues · Jermolene/TiddlyWiki5 · GitHub otherwise it will be forgoteen

Not used to it but I have raised an issue: