Skip to content

Commit a76d66d

Browse files
committed
Merged main into live
2 parents 6a68f2f + 4931c7d commit a76d66d

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

hub/powertoys/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ After successfully installing PowerToys, an overview window will display with in
133133

134134
## Updates
135135

136-
PowerToys uses an auto-updater that checks for new versions when the app is running. If enabled, a toast notification will appear when an update is available. You can also check for updates manually from the PowerToys Settings.
136+
PowerToys uses an automatic update checker that checks for new versions when the app is running. If enabled, a toast notification will appear when an update is available. You can also check for updates manually from the PowerToys Settings.
137137

138138
![PowerToys Update](../images/powertoys-updates.png)
139139

hub/powertoys/keyboard-manager.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,21 +159,24 @@ Keyboard Manager enables you to remap shortcuts for only specific apps (rather t
159159

160160
For example, in the Outlook email app the shortcut <kbd>Ctrl</kbd>+<kbd>E</kbd> is set by default to search for an email. If you prefer instead to set <kbd>Ctrl</kbd>+<kbd>F</kbd> to search your email (rather than forward an email as set by default), you can remap the shortcut with "Outlook" set as your "Target app".
161161

162-
Keyboard Manager uses process names (not application names) to target apps. For example, Microsoft Edge is set as "msedge" (process name), not "Microsoft Edge" (application name). To find an application's process name, open PowerShell and enter the command `get-process` or open Command Prompt and enter the command `tasklist`. This will result in a list of process names for all applications you currently have open. Below is a list of a few popular application process names.
163-
164-
| Application | Process name |
165-
| :--- | :--- |
166-
| Microsoft Edge | msedge.exe |
167-
| OneNote | onenote.exe |
168-
| Outlook | outlook.exe |
169-
| Teams | ms-teams.exe |
170-
| Adobe Photoshop | Photoshop.exe |
171-
| File Explorer | explorer.exe |
172-
| Spotify Music | spotify.exe |
173-
| Google Chrome | chrome.exe |
174-
| Excel | excel.exe |
175-
| Word | winword.exe |
176-
| Powerpoint | powerpnt.exe |
162+
Keyboard Manager uses process names, not application names, to target apps. For example, Microsoft Edge is set as "msedge" (process name), not "Microsoft Edge" (application name). To find an application's process name, open PowerShell and enter the command `Get-Process` or open Command Prompt and enter the command `tasklist`. This will result in a list of process names for all applications you currently have open. Below is a list of a few popular application process names.
163+
164+
| Application | Process name from `tasklist` |
165+
| :--- | :--- |
166+
| Microsoft Edge | msedge.exe |
167+
| OneNote | onenote.exe |
168+
| Outlook | outlook.exe |
169+
| Teams | ms-teams.exe |
170+
| Adobe Photoshop | Photoshop.exe |
171+
| File Explorer | explorer.exe |
172+
| Spotify Music | spotify.exe |
173+
| Google Chrome | chrome.exe |
174+
| Excel | excel.exe |
175+
| Word | winword.exe |
176+
| Powerpoint | powerpnt.exe |
177+
178+
> [!NOTE]
179+
> If you use `tasklist` from the Command Prompt to get the list of processes, the process name will be listed in the **Image Name** column. The process names in `Get-Process` will not include the `.exe` file extensions. These process names do not match the process names in Windows **Task Manager** window.
177180
178181
## How to select a key
179182

0 commit comments

Comments
 (0)