Skip to content

Commit 3b8f39a

Browse files
committed
Add shortcut mapping with exact match info
1 parent be55c49 commit 3b8f39a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hub/powertoys/keyboard-manager.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ For example, to replace the shortcut <kbd>⊞ Win</kbd>+<kbd>←</kbd> (left arr
128128
> [!IMPORTANT]
129129
> Shortcut remapping will be maintained even if the remapped key is used inside another shortcut. The order of key press matters in this scenario as the action is executed during key-down, not key-up. For example: pressing <kbd>⊞ Win</kbd>+<kbd>←</kbd>+<kbd>Shift</kbd> would result in `Alt` + `Shift`.
130130
131+
The **Exact Match** option can be selected when creating a shortcut to single key mapping. Without specifying **Exact Match**, if the shortcut is pressed and other keys are also pressed, the single key mapping will still be sent.
132+
133+
For example, when replacing the shortcut <kbd>Ctrl</kbd>+<kbd>C</kbd> with an `A` key press, if **Exact Match** is enabled, the shortcut will only be replaced if no other keys are pressed.
134+
131135
### Remap a shortcut to text
132136

133137
For example, to replace the shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd> with `Hello!` text, choose **Text** in the combo box and enter "Hello!":

0 commit comments

Comments
 (0)