Skip to content

Commit 95eeb61

Browse files
Add default hotkey for prev/next page command
1 parent 8ea7812 commit 95eeb61

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ public class Settings : BaseModel, IHotkeySettings
2727
public string SelectNextItemHotkey2 { get; set; } = $"";
2828
public string SelectPrevItemHotkey { get; set; } = $"Shift + Tab";
2929
public string SelectPrevItemHotkey2 { get; set; } = $"";
30-
public string SelectNextPageHotkey { get; set; } = $"";
31-
public string SelectPrevPageHotkey { get; set; } = $"";
30+
public string SelectNextPageHotkey { get; set; } = $"PageUp";
31+
public string SelectPrevPageHotkey { get; set; } = $"PageDown";
3232
public string OpenContextMenuHotkey { get; set; } = $"Ctrl+O";
3333
public string SettingWindowHotkey { get; set; } = $"Ctrl+I";
3434

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ Dedicated to making your work flow more seamless. Search everything from applica
104104

105105
[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)
106106

107-
108107
#### Winget
109108

110109
```
111110
winget install "Flow Launcher"
112111
```
112+
113113
#### Scoop
114114

115115
```
@@ -299,6 +299,7 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
299299
<img src="https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png" width="100%">
300300

301301
### 🛒 Plugin Store
302+
302303
<img src="https://user-images.githubusercontent.com/6903107/207155616-d559f0d2-ee95-4072-a7bc-3ffcc2faec27.png" width="700">
303304

304305
- 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
331332
| <kbd>Ctrl</kbd>+<kbd>[</kbd>,<kbd>]</kbd> | Adjust search window width |
332333
| <kbd>Ctrl</kbd>+<kbd>H</kbd> | Open search history |
333334
| <kbd>Ctrl</kbd>+<kbd>Backspace</kbd> | Back to previous directory |
335+
| <kbd>PageUp</kbd>/<kbd>PageDown</kbd> | Previous / Next Page |
334336

335337
## System Command List
336338

@@ -357,8 +359,6 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
357359
| Flow Launcher UserData Folder | Open the location where Flow Launcher's settings are stored |
358360
| Toggle Game Mode | Toggle Game Mode |
359361

360-
361-
362362
### 💁‍♂️ Tips
363363

364364
- [More tips](https://flowlauncher.com/docs/#/usage-tips)

0 commit comments

Comments
 (0)