Currently Ctrl-Space is uses for auto-complete, which users have noticed - is also used for maximize area. T67203
While Ctrl-Alt-Space can be used as a similar fallback, it's not ideal.
To resolve this we can have an operator that indents (when there is no text before the cursor) otherwise auto-complete.
This can use the Tab key.
This can be done for the Python console as well.