Keyboard Shortcuts

XSight's Ray Editor uses a code editor based in the Anvil component, developed at Intuitive Sight's for the Freya Programming Language.

Navigation

UpMoves one line up.
DownMoves one line down.
Ctrl+UpScrolls one line up.
Ctrl+DownScrolls one line down.
Shift+Ctrl+Up
Shift+Ctrl+Down
Switches between class declaration and implementation.
RightMoves one character right.
LeftMoves one character left.
Ctrl+LeftMoves one word left.
Ctrl+RightMoves one word right.
PageUpMoves one page up.
PageDnMoves one page down.
HomeMoves to the beginning of the current line.
EndMoves to the end of the current line.
Ctrl+FShows the Find dialog.
Ctrl+RShows the Replace dialog.
Ctrl+GShows the Go To Line dialog.

Modification

DelDeletes one character at the right of the cursor.
BackspaceDeletes one character at the left of the cursor.
Ctrl+DelDeletes the word to the right of the cursor.
Ctrl+BackspaceDeletes the word to the left of the cursor.
Ctrl+UChanges the selected text to lowercase characters.
Shift+Ctrl+UChanges the selected text to uppercase characters.
TabMoves selected lines to the left one tab stop..
Shift+TabMoves selected lines to the left one tab stop.
Ctrl+ZReverses last modification.
Ctrl+YRestores last reversed modification.
Ctrl+JExpand code fragment.

Selection and the Clipboard

Ctrl+ASelect all.
Shift+Ctrl+WSelect word.
Ctrl+XMove selected text to the Clipboard.
Ctrl+CCopy selected text into the Clipboard.
Ctrl+VInsert Clipboard contents into the code editor.

See also

Home | Using XSight's Ray Editor | The Editor Window | Scripting tools | Image Window | Scene Wizard | Noise Generator