How to indent and unindent block of code in Delphi editor?

Question

How to indent and unindent block of code in Delphi editor?

Re: How to indent and unindent block of code in Delphi editor?

Start with selecting the lines of code in the Editor. Then, if you want to:
INDENT : press Ctrl-Shift-i one or more times. The text will move to the right.
UNINDENT : press Ctrl-Shift-u one or more times. The text will move to the left