Indenting a block of code

Question:

How can I quickly indent a block of code in the IDE?

Answer:

With the default key mapping, as set in the editor preferences, the keys shift+ctrl+I will indent a block, and shift+ctrl+U will un-indent a block.