Way to move python indentations

Is there a way in scripting to shift your code left and right, I have been unable to find one. In a lot of python editors you can highlight a block of code, and usually there is a hot key like alt left or right arrow to move all lines highlighted left or right one space (or tab).
I

Hi

Highlight code to move and tab will move it right one tab space. Shift and tab will move it left one tab space. There may be more short cuts but those are the two I use

Aidan