mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #2350 from VictoriousRaptor/AddShortcutGuide
Add explanation for '@' prefix of custom shortcut
This commit is contained in:
commit
96904c2bbd
3 changed files with 8 additions and 0 deletions
|
|
@ -75,6 +75,12 @@
|
||||||
Text="{DynamicResource customeQueryShortcutTips}"
|
Text="{DynamicResource customeQueryShortcutTips}"
|
||||||
TextAlignment="Left"
|
TextAlignment="Left"
|
||||||
TextWrapping="WrapWithOverflow" />
|
TextWrapping="WrapWithOverflow" />
|
||||||
|
<TextBlock
|
||||||
|
Margin="0,20,0,0"
|
||||||
|
FontSize="14"
|
||||||
|
Text="{DynamicResource customeQueryShortcutGuide}"
|
||||||
|
TextAlignment="Left"
|
||||||
|
TextWrapping="WrapWithOverflow" />
|
||||||
<Image
|
<Image
|
||||||
Width="478"
|
Width="478"
|
||||||
Margin="0,20,0,0"
|
Margin="0,20,0,0"
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 33 KiB |
|
|
@ -290,6 +290,8 @@
|
||||||
<!-- Custom Query Shortcut Dialog -->
|
<!-- Custom Query Shortcut Dialog -->
|
||||||
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
||||||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
||||||
|
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query. If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
|
||||||
|
</system:String>
|
||||||
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
||||||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue