From 2dc86fd3f191eb38d43c61b5510e5e729bc0e04d Mon Sep 17 00:00:00 2001
From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
Date: Sun, 17 Sep 2023 12:45:31 +0800
Subject: [PATCH] Add @ guide for custom shortcut
---
Flow.Launcher/CustomShortcutSetting.xaml | 6 ++++++
Flow.Launcher/Languages/en.xaml | 2 ++
2 files changed, 8 insertions(+)
diff --git a/Flow.Launcher/CustomShortcutSetting.xaml b/Flow.Launcher/CustomShortcutSetting.xaml
index 5a40a77b1..8df569a0e 100644
--- a/Flow.Launcher/CustomShortcutSetting.xaml
+++ b/Flow.Launcher/CustomShortcutSetting.xaml
@@ -75,6 +75,12 @@
Text="{DynamicResource customeQueryShortcutTips}"
TextAlignment="Left"
TextWrapping="WrapWithOverflow" />
+
Custom Query Shortcut
Enter a shortcut that automatically expands to the specified query.
+ 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.
+
Shortcut already exists, please enter a new Shortcut or edit the existing one.
Shortcut and/or its expansion is empty.