<< Click to Display Table of Contents >> Navigation: Program Windows > Python Script window > Editor hot keys |
Only works if the focus is in the Python Script / Editor window.
Left, Right, Up, Down, Home, End, PageUp, PageDown |
moves caret |
Shift+(Left, Right, Up, Down, Home, End, PageUp, PageDown) |
moves caret with selection |
Ctrl+(C, V, X) |
standard clipboard operations |
Ctrl+Z, Alt+Backspace, Ctrl+R |
Undo/Redo operations |
Tab, Shift+Tab |
increase/decrease left indent of selected range |
Ctrl+Home, Ctrl+End |
go to first/last char of the text |
Shift+Ctrl+Home, Shift+Ctrl+End |
go to first/last char of the text with selection |
Ctrl+Left, Ctrl+Right |
go word left/right |
Shift+Ctrl+Left, Shift+Ctrl+Right |
go word left/right with selection |
Ins |
switches between Insert Mode and Overwrite Mode |
Ctrl+Backspace, Ctrl+Del |
remove word left/right |
Alt+Mouse, Alt+Shift+(Up, Down, Right, Left) |
enables column selection mode |
Alt+Up, Alt+Down |
moves selected lines up/down |
Ctrl+Wheel |
zooming |
Ctrl+(Up, Down) |
scrolls Up/Down |
Ctrl+(NumpadPlus, NumpadMinus, 0) |
zoom in, zoom out, no zoom |