Mac OS multiline Commenting shortcut is should use 'Option' instead of 'Shift' #1743
Fix Submitted.
This commit is contained in:
parent
cedd3ed9ad
commit
d12903c56c
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ alert('World');
|
||||||
```
|
```
|
||||||
|
|
||||||
```smart header="Use hotkeys!"
|
```smart header="Use hotkeys!"
|
||||||
In most editors, a line of code can be commented out by pressing the `key:Ctrl+/` hotkey for a single-line comment and something like `key:Ctrl+Shift+/` -- for multiline comments (select a piece of code and press the hotkey). For Mac, try `key:Cmd` instead of `key:Ctrl`.
|
In most editors, a line of code can be commented out by pressing the `key:Ctrl+/` hotkey for a single-line comment and something like `key:Ctrl+Shift+/` -- for multiline comments (select a piece of code and press the hotkey). For Mac, try `key:Cmd` instead of `key:Ctrl` and `key:Option` instead of `key:Shift`.
|
||||||
```
|
```
|
||||||
|
|
||||||
````warn header="Nested comments are not supported!"
|
````warn header="Nested comments are not supported!"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue