mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
32a033bb50
Fixes #7008
10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
title: $:/core/ui/KeyboardShortcuts/advanced-search
|
|
tags: $:/tags/KeyboardShortcut
|
|
key: ((advanced-search))
|
|
|
|
\whitespace trim
|
|
<$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>
|