Skip to content

Keyboard

Keyboard operations are heavily dependent on the focus: which part of the application is currently active. Most of the time the drawing canvas is the active part and handles keyboard operations. However, if some tool dialog is active, all key presses go to it. Program tries to switch focus automatically to the relevant part of the application, but sometimes it will be necessary to activate the canvas or dialog focus by clicking it with the mouse.

Keyboard shortcuts for menu commands usually work always regardless of the current focus.

View shortcuts

Common view operations available in canvas:

Left / Right arrow: moves the view left or right.

Up / Down arrow: moves the view up or down.

Alt + Left / Right / Up / Down arrow: rotates the view around the scene center or the selected point.

PgUp / PgDn: zooms in or out.

Insert: toggles between 2D and 3D modes.

F9: toggles between light and dark canvas backgrounds.

F11: toggles between normal window and full screen mode.

F12: hides or shows all tool window docks.

Edit shortcuts

Active line point operations:

Ctrl + Left / Right arrow: activates the previous or next line point in the line.

Ctrl + Up / Down arrow: activates the last or first line point in the line.

Active single point operations:

Ctrl + Left / Right arrow: activates the previous or next single point in the file element.

Ctrl + Up / Down arrow: activates the last or first single point in the line element.

Other operations

Esc: quits editing mode and clears any object selection.

Delete: removes selected objects.

Space, Shift + Enter: restarts the current or previous editing mode.

Ctrl + A selects all objects from element list files.