diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
index 58b1cc467..7bb8fe200 100644
--- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
+++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -27,8 +27,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public string SelectNextItemHotkey2 { get; set; } = $"";
public string SelectPrevItemHotkey { get; set; } = $"Shift + Tab";
public string SelectPrevItemHotkey2 { get; set; } = $"";
- public string SelectNextPageHotkey { get; set; } = $"";
- public string SelectPrevPageHotkey { get; set; } = $"";
+ public string SelectNextPageHotkey { get; set; } = $"PageUp";
+ public string SelectPrevPageHotkey { get; set; } = $"PageDown";
public string OpenContextMenuHotkey { get; set; } = $"Ctrl+O";
public string SettingWindowHotkey { get; set; } = $"Ctrl+I";
diff --git a/README.md b/README.md
index 0f4e08f63..d61ba666b 100644
--- a/README.md
+++ b/README.md
@@ -104,12 +104,12 @@ Dedicated to making your work flow more seamless. Search everything from applica
[Windows 7+ Installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) or [Portable Version](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip)
-
#### Winget
```
winget install "Flow Launcher"
```
+
#### Scoop
```
@@ -299,6 +299,7 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
### 🛒 Plugin Store
+
- You can view the full plugin list or quickly install a plugin via the Plugin Store menu inside Settings
@@ -331,6 +332,7 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
| Ctrl+[,] | Adjust search window width |
| Ctrl+H | Open search history |
| Ctrl+Backspace | Back to previous directory |
+| PageUp/PageDown | Previous / Next Page |
## System Command List
@@ -357,8 +359,6 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
| Flow Launcher UserData Folder | Open the location where Flow Launcher's settings are stored |
| Toggle Game Mode | Toggle Game Mode |
-
-
### 💁♂️ Tips
- [More tips](https://flowlauncher.com/docs/#/usage-tips)