Skip to content

Commit efa2950

Browse files
committed
Escape commas and fix typos
1 parent 76bd1d9 commit efa2950

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

hub/powertoys/keyboard-manager.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,15 @@ There are a few rules to follow when remapping shortcuts. These rules only apply
102102
- Shortcuts cannot exceed four keys in length, or five if the shortcut is a 'chord'.
103103

104104
#### Shortcuts with chords
105-
Shortcuts can be created with one or more modifiers and two non-modifier keys. These are called 'chords.' In order to create a chord, you need to use the edit button to open the modal to record the shortcut using the keyboard. Once this is open, you need to toggle on the 'Allow chords' switch. Doing this allows you to enter two non-modifier keys. For example, you can create shortcuts using a chord based on 'V' for **V**olume **U**p and **V**olume **D**own like this::
105+
106+
Shortcuts can be created with one or more modifiers and two non-modifier keys. These are called 'chords.' In order to create a chord, you need to use the edit button to open the modal to record the shortcut using the keyboard. Once this is open, you need to toggle on the 'Allow chords' switch. Doing this allows you to enter two non-modifier keys. For example, you can create shortcuts using a chord based on 'V' for **V**olume **U**p and **V**olume **D**own like this:
107+
106108
| Select: | To send: |
107109
| :--- | :--- |
108-
| `Shirt`+`Ctrl` + `V` , `U` | `Volume Up` |
109-
| `Shirt`+`Ctrl` + `V` , `D` | `Volume Down` |
110-
111-
Chords are handy if you have a number of shortcuts that are similar, and so it makes sense to have them all start with the same non-modifier key.
110+
| `Shift`+`Ctrl` + `V` \, `U` | `Volume Up` |
111+
| `Shift`+`Ctrl` + `V` \, `D` | `Volume Down` |
112112

113+
Chords are handy if you have a number of shortcuts that are similar, and so it makes sense to have them all start with the same non-modifier key.
113114

114115
### Remap a shortcut to a single key
115116

0 commit comments

Comments
 (0)