diff --git a/Flow.Launcher/Images/page_img02.png b/Flow.Launcher/Images/page_img02.png
index c2a6cb51e..ac4aa989c 100644
Binary files a/Flow.Launcher/Images/page_img02.png and b/Flow.Launcher/Images/page_img02.png differ
diff --git a/Flow.Launcher/Languages/en.xaml b/Flow.Launcher/Languages/en.xaml
index b0a389c67..0a3e6cd5c 100644
--- a/Flow.Launcher/Languages/en.xaml
+++ b/Flow.Launcher/Languages/en.xaml
@@ -238,28 +238,22 @@
Before starting, proceed with a simple setting. Surely, You can skip. Please choose the language you use.
Search and run everything in everywhere
To start Flow, start with the hotkey below. To change, select input and press the wanted hotkey in keyboard.
- Hotkeys and Commands
- Action Keyword
- You can search the web or run various functions. Certain functions start with the expression action keyword, and if necessary, they can be used without action keywords. Type "youtube bts" in querybox.
+ Hotkeys
+ Action Keyword and Commands
+ You can search the web or run various functions. Certain functions start with the expression action keyword, and if necessary, they can be used without action keywords. Try these queries in Flow Launcher.
Let's Start Flow Launcher
Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)
- U+2B60, U+2B62
- Back / Context Menu
- U+2B61, U+2B63
- Item Navigation
- Shift+Enter
- Open Context Menu
- Ctrl+Enter
- Open Contaning Folder
- Ctrl+Shift+Enter
- Run as Admin
- Ctrl+C
- Copy File Path
- Ctrl+H
- Query History
- ESC
- Back to Result in Context Menu
+
+ Back / Context Menu
+ Item Navigation
+ Open Context Menu
+ Open Contaning Folder
+ Run as Admin
+ Query History
+ Back to Result in Context Menu
+ Open / Run Selected Item
+ Open Setting Window
diff --git a/Flow.Launcher/Resources/Pages/WelcomePage3.xaml b/Flow.Launcher/Resources/Pages/WelcomePage3.xaml
index 1fc03a9be..39d9e2a59 100644
--- a/Flow.Launcher/Resources/Pages/WelcomePage3.xaml
+++ b/Flow.Launcher/Resources/Pages/WelcomePage3.xaml
@@ -10,68 +10,23 @@
d:DesignWidth="800"
mc:Ignorable="d">
-
-
-
-
-
+
@@ -87,9 +42,9 @@
@@ -100,17 +55,228 @@
FontSize="20"
FontWeight="SemiBold"
Text="{DynamicResource Welcome_Page3_Title}" />
-
-
+
+
+
+
+ ←
+
+ ,
+
+ →
+
+
+
+
+
+
+
+
+
+
+ ↑
+
+ ,
+
+ ↓
+
+
+
+
+
+
+
+
+
+
+
+ Enter
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
diff --git a/Flow.Launcher/Resources/Pages/WelcomePage3.xaml.cs b/Flow.Launcher/Resources/Pages/WelcomePage3.xaml.cs
index 87285183f..39c260b54 100644
--- a/Flow.Launcher/Resources/Pages/WelcomePage3.xaml.cs
+++ b/Flow.Launcher/Resources/Pages/WelcomePage3.xaml.cs
@@ -16,57 +16,15 @@ using System.Windows.Shapes;
namespace Flow.Launcher.Resources.Pages
{
+
public partial class WelcomePage3 : Page
{
public WelcomePage3()
{
InitializeComponent();
- }
-
- public string strHotkey { get; set; }
- public string strHotkeyAction { get; set; }
- private List HotkeyListData()
- {
- List list = new List();
-
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey01")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey01Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey02")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey02Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey03")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey03Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey04")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey04Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey05")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey05Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey07")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey07Action"))
- });
- list.Add(new WelcomePage3()
- {
- strHotkey = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey08")),
- strHotkeyAction = string.Format(InternationalizationManager.Instance.GetTranslation("Hotkey08Action"))
- });
-
- return list;
+
}
+
}
}
diff --git a/Flow.Launcher/Resources/Pages/WelcomePage4.xaml b/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
index 7f579ecae..a4b609aa8 100644
--- a/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
+++ b/Flow.Launcher/Resources/Pages/WelcomePage4.xaml
@@ -9,6 +9,21 @@
d:DesignHeight="450"
d:DesignWidth="800"
mc:Ignorable="d">
+
+
+
+
@@ -43,14 +58,42 @@
FontWeight="SemiBold"
Text="{DynamicResource Welcome_Page4_Title}" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+