From f89ab74b291388db4d2601d1cabff75b1383b1d1 Mon Sep 17 00:00:00 2001 From: wolf99 <281700+wolf99@users.noreply.github.com> Date: Wed, 20 May 2020 19:20:11 +0100 Subject: [PATCH] Add 1903 requirement (#3321) Have not seen this requirement mentioned anywhere until PowerToys is already installed. For those installing PowerToys specifically to try this, it would be useful to know the requirement in advance, especially given that https://github.com/microsoft/PowerToys/blob/master/README.md mentions only 1803. --- src/modules/launcher/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/modules/launcher/README.md b/src/modules/launcher/README.md index 0c5885603c..cbd28bedea 100644 --- a/src/modules/launcher/README.md +++ b/src/modules/launcher/README.md @@ -6,7 +6,11 @@ modular for additional plugins. Press Alt+Space and start typing! ![](../../../doc/images/Launcher/QuickStart.gif) # 1\. Get Started -## 1\.1 Features +## 1\.1 Requirements + +- Windows 10 version 1903 or higher + +## 1\.2 Features Search for applications, folders, or files ![](../../../doc/images/Launcher/Features.gif) @@ -27,13 +31,13 @@ Do a simple calculation using calculator ![](../../../doc/images/Launcher/FeaturesCalculator.gif) -## 1\.2 Settings +## 1\.3 Settings | **Settings** | **Action** | | --------------- | ------------------------------------------------------------------------------- | | Maximum number of results | Maximum number of results shown without scrolling on PowerToys Run | | Open PowerToys Run shortcut | The keyboard shortcut to open/hide PowerToys Run | -## 1\.3 Keyboard Shortcuts +## 1\.4 Keyboard Shortcuts | **Shortcuts** | **Action** | | ------------------ | ---------------------------------------------------------------------------------| | Alt+Space | Open or hide PowerToys Run |