You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/keyboard-manager.md
+11-8
Original file line number
Diff line number
Diff line change
@@ -134,17 +134,20 @@ For example, to replace the shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd> with `Hello!`
134
134
|`Ctrl` + `G`|`Hello!`|
135
135
136
136
### Remap a shortcut to start an app
137
+
137
138
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. |
146
148
147
149
### Remap a shortcut to open a URI
150
+
148
151
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.
0 commit comments