Editor Keyboard Shortcuts

View as Markdown

The NinjaScript Editor includes a range of keyboard shortcuts not available in other areas of the platform. Below is a list of available shortcuts and the actions they perform:

ShortcutAction
Ctrl + C, Ctrl +InsertCopy to Clipboard
Ctrl + X, Shift + DeleteCut to Clipboard
Ctrl + LCut line to Clipboard
Ctrl + V, Shift + InsertPaste from Clipboard
Ctrl + Y, Ctrl + Shift + ZRedo action
Ctrl + ZUndo action
Ctrl + BackspaceBackspace to previous word
Ctrl + Shift + LDelete line
Ctrl + DeleteDelete to next word
Ctrl + EnterOpen line above
Ctrl + Shift + EnterOpen line below
Ctrl + SpaceIntelliprompt auto-complete
Ctrl + Shift + SpaceIntelliprompt show parameters
Ctrl + TTranspose characters
Ctrl + Shift + TTranspose words
Shift + Alt + TTranspose lines
Ctrl + Shift + UMake uppercase
Shift + TabRemove tab indent
Alt + UpMove selected lines up
Alt + DownMove selected lines down
Ctrl + LeftMove to previous word
Ctrl + RightMove to next word
Ctrl + HomeMove to document start
Ctrl + EndMove to document end
Ctrl + PageUpMove to visible top of document
Ctrl + PageDownMove to visible bottom of document
Ctrl + ]Move to matching bracket
Ctrl + DownScroll down
Ctrl + UpScroll up
Shift + PageUpSelect all above
Shift + PageDownSelect all below
Ctrl + Shift + PageUpSelect visible area above
Ctrl + Shift + PageDownSelect visible area below
Ctrl + Shift + WSelect word
Ctrl + Shift + ]Select up to matching bracket
Shift + Alt + Arrow KeysExpand/contract selection region