Skip to content

Commit 042e9d6

Browse files
authored
Merge pull request #308 from FWDekker/clarify-repeat
Clarify what the repeat action does
2 parents 62140c3 + 8183803 commit 042e9d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ To insert random data, press <kbd>Alt + R</kbd> (<kbd>⌥R</kbd>) and choose the
2525
A different value will be inserted at each caret.
2626

2727
You can modify this behavior by holding a key while selecting the type of data to insert:
28-
* Hold <kbd>Shift</kbd> to insert a whole array of values.
29-
* Hold <kbd>Ctrl</kbd> to open the settings of that data type.
30-
* Hold <kbd>Alt</kbd> (<kbd>⌥</kbd>) to insert the same value at each caret.
28+
* **Array**: Hold <kbd>Shift</kbd> to insert a whole array of values.
29+
* **Settings**: Hold <kbd>Ctrl</kbd> to open the settings of that data type.
30+
* **Repeat**: Hold <kbd>Alt</kbd> (<kbd>⌥</kbd>) to insert the same value at each caret.
31+
3132
You can also hold multiple modifier keys to combine their effects.
3233

3334
Randomness can also be found in the main menu under <kbd>Tools</kbd> or in <kbd>Code > Generate</kbd>.

0 commit comments

Comments
 (0)