Search code examples
qt-creatorhotkeys

Qt Creator hotkey to move selected block


In XCode, to move a selected block to:

  • the right, you can press Cmd+]
  • the left Cmd+[.

What hotkey in Qt Creator does this? I didn't find this function in the Help section.


Solution

  • You can specify a key sequence for Indent/Unindent in Qt Creator. From the menu bar, go to Edit > Preferences > Environment > Keyboard, and specify the shortcuts for this.

    For more: