File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Flow.Launcher.Infrastructure/UserSettings Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ public class Settings : BaseModel, IHotkeySettings
27
27
public string SelectNextItemHotkey2 { get ; set ; } = $ "" ;
28
28
public string SelectPrevItemHotkey { get ; set ; } = $ "Shift + Tab";
29
29
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 ";
32
32
public string OpenContextMenuHotkey { get ; set ; } = $ "Ctrl+O";
33
33
public string SettingWindowHotkey { get ; set ; } = $ "Ctrl+I";
34
34
Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ Dedicated to making your work flow more seamless. Search everything from applica
104
104
105
105
[ 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 )
106
106
107
-
108
107
#### Winget
109
108
110
109
```
111
110
winget install "Flow Launcher"
112
111
```
112
+
113
113
#### Scoop
114
114
115
115
```
@@ -299,6 +299,7 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
299
299
<img src =" https://user-images.githubusercontent.com/6903107/144858082-8b654daf-60fb-4ee6-89b2-6183b73510d1.png " width =" 100% " >
300
300
301
301
### 🛒 Plugin Store
302
+
302
303
<img src =" https://user-images.githubusercontent.com/6903107/207155616-d559f0d2-ee95-4072-a7bc-3ffcc2faec27.png " width =" 700 " >
303
304
304
305
- 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
331
332
| <kbd >Ctrl</kbd >+<kbd >[ </kbd >,<kbd >] </kbd > | Adjust search window width |
332
333
| <kbd >Ctrl</kbd >+<kbd >H</kbd > | Open search history |
333
334
| <kbd >Ctrl</kbd >+<kbd >Backspace</kbd > | Back to previous directory |
335
+ | <kbd >PageUp</kbd >/<kbd >PageDown</kbd > | Previous / Next Page |
334
336
335
337
## System Command List
336
338
@@ -357,8 +359,6 @@ And you can download [early access version](https://github.com/Flow-Launcher/Pre
357
359
| Flow Launcher UserData Folder | Open the location where Flow Launcher's settings are stored |
358
360
| Toggle Game Mode | Toggle Game Mode |
359
361
360
-
361
-
362
362
### 💁♂️ Tips
363
363
364
364
- [ More tips] ( https://flowlauncher.com/docs/#/usage-tips )
You can’t perform that action at this time.
0 commit comments