Skip to content

Commit 815949a

Browse files
Merge pull request #4166 from MicrosoftDocs/alvinashcraft/main-powertoys-fix-kbm-tables
Fix table formatting by adding line breaks on Keyboard Manager page
2 parents 9dff82b + d96ccf5 commit 815949a

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

hub/powertoys/keyboard-manager.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -134,17 +134,20 @@ For example, to replace the shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd> with `Hello!`
134134
| `Ctrl` + `G` | `Hello!` |
135135

136136
### Remap a shortcut to start an app
137+
137138
Keyboard Manager enables you to start applications with the activation of any shortcut. Select "Start App" from the action in the "To:" column to do this. There are a few options to configure when using this type of shortcut. They are:
138-
| Option | Meaning |
139-
| :--- | :--- |
140-
| App | This is the path to an executable. Environment variables will be expanded. |
141-
| Args | Arguments that will be sent to the app. |
142-
| Start in | The working directory for the app to start in. |
143-
| Elevation | Specify the elevation level to start the app. The options include Normal, Elevated, and Different User. |
144-
| If running | What action should be taken when this shortcut is activated while the app is already running? The options are: Show Window, Start another instance, Do nothing, Close, End task. |
145-
| Visibility | Specifies whether the app will be visible. This is useful when the app is a console or something you don't want to see. |
139+
140+
| Option | Meaning |
141+
| :--- | :--- |
142+
| App | This is the path to an executable. Environment variables will be expanded. |
143+
| Args | Arguments that will be sent to the app. |
144+
| Start in | The working directory for the app to start in. |
145+
| Elevation | Specify the elevation level to start the app. The options include Normal, Elevated, and Different User. |
146+
| If running | What action should be taken when this shortcut is activated while the app is already running? The options are: Show Window, Start another instance, Do nothing, Close, End task. |
147+
| Visibility | Specifies whether the app will be visible. This is useful when the app is a console or something you don't want to see. |
146148

147149
### Remap a shortcut to open a URI
150+
148151
This type of shortcut action will open a URI. The only option is the actual Path/URI. Almost anything you can issue on the command line should work. See [Launch an app with a URI](/windows/uwp/launch-resume/launch-app-with-uri) for more examples.
149152

150153
### App-specific shortcuts

0 commit comments

Comments
 (0)