Hotkeys
The following keyboard shortcuts are supported in the code editor:
- Ctrl + Space: Code autocompletion
- Ctrl + /: Comment/uncomment code
- Shift + Tab: Dedent selected code
- Tab: Insert four spaces. If more than one line is selected, it indents the selected lines of code.
Read on: Python: Features and Limitations