Skip to content

Commit

Permalink
[fix] comment shortcut for macOS (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben8t authored Dec 20, 2024
1 parent 57671e5 commit 5346897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/03.tutorial/01.fundamentals.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ tasks:

### Autocompletion

Kestra supports [hundreds of tasks](/plugins) integrating with various external systems. Use the shortcut `CTRL + SPACE` on Windows/Linux or `fn + control + SPACE` on Mac to trigger **autocompletion** listing available tasks or properties of a given task.
Kestra supports [hundreds of tasks](/plugins) integrating with various external systems. Use the shortcut `CTRL + SPACE` on Windows/Linux or `fn + control + SPACE` on MacOS to trigger **autocompletion** listing available tasks or properties of a given task.

::alert{type="info"}
If you want to **comment out** some part of your code, use the `CTRL or ⌘ + K + C` shortcut, and to uncomment it, use `CTRL or ⌘ + K + U`. To remember it, `C` stands for `comment` and `U` stands for `uncomment`. All available keyboard shortcuts are listed upon right-clicking anywhere in the code editor.
If you want to **comment out** some part of your code, use the `CTRL + K + C` on Windows/Linux or `⌘ + fn + K + C` on MacOS shortcut, and to uncomment it, use `CTRL + K + U` on Windows/Linux or `⌘ + fn + K + U` on MacOS. To remember it, `C` stands for `comment` and `U` stands for `uncomment`. All available keyboard shortcuts are listed upon right-clicking anywhere in the code editor.
::

![Autocompletion](/autocompletion.gif)
Expand Down

0 comments on commit 5346897

Please sign in to comment.