Use this file to discover all available pages before exploring further.
Unqork documentation is available in two workspaces: UnqorkAI for the latest AI-first platform, and legacy Unqork for previous versions. Use the drop-down near the logo to switch.
The UnqorkAI platform supports keyboard shortcuts for common actions across the canvas, navigation, and settings panels. Shortcut keys display automatically for your device — Mac users see ⌘ and ⌥ symbols; Windows and Linux users see Ctrl and Alt.
Shortcuts marked Customizable can be changed in Settings → Keyboard Shortcuts.
General
Shortcut
Action
Ctrl+P
Global SearchCustomizable Open the global search palette on the Environment tab
Navigation
Shortcut
Action
Alt+T
Focus Tab BarCustomizable Move keyboard focus to the active navigation tab
Alt+]
Next TabCustomizable Switch to the next tab
Alt+[
Previous TabCustomizable Switch to the previous tab
Alt+W
Close TabCustomizable Close the active tab
Alt+Shift+T
Reopen Closed TabCustomizable Reopen the most recently closed tab
Alt+P
Pin TabCustomizable Toggle pin state of the active tab
Ctrl+Alt+W
Switch WorkspaceCustomizable Open the workspace switcher
Module Builder
These shortcuts are active when the Module Builder canvas is focused.
Shortcut
Action
Ctrl+S
Save ModuleCustomizable Save the module to the backend
Ctrl+Z
UndoCustomizable Undo the last tree-level action
Ctrl+Shift+Z
RedoCustomizable Redo the last undone tree-level action
Ctrl+C
Copy ComponentCustomizable Copy the focused component to clipboard
Ctrl+X
Cut ComponentCustomizable Copy the focused component to clipboard and delete it
Ctrl+V
Paste ComponentCustomizable Paste component from clipboard below the focused component
Backspace
Delete Component Delete the focused component
Ctrl+F
Find in TreeCustomizable Search components by property ID or label
Ctrl+Alt+N
Add ComponentCustomizable Add the focused tray item to the tree and enter move mode
↑
Navigate Up Move focus to the previous component
↓
Navigate Down Move focus to the next component
Ctrl+Alt+↑
Move Component Up Move the focused component up within its parent
Ctrl+Alt+↓
Move Component Down Move the focused component down within its parent
Ctrl+Alt+M
Move Mode Enter keyboard move mode for the focused component
Enter
Confirm Action Confirm the current keyboard move
Esc
Cancel Cancel the current drag or deselect the focused component
Focus and Layout
Shortcut
Action
Ctrl+Alt+.
Focus CanvasCustomizable Jump focus to the first tree node in the canvas
Ctrl+Alt+,
Focus TrayCustomizable Jump focus to the component tray, opening it if closed
Ctrl+Alt+/
Focus Side PanelCustomizable Jump focus to the side panel tab in focus
Ctrl+Alt+T
Toggle TrayCustomizable Toggle the component tray open or closed
Ctrl+Alt+\
Toggle ToolbarCustomizable Show or hide the config search & filter toolbar
Ctrl+Alt+]
Next ViewCustomizable Switch to the next editor view
Ctrl+Alt+[
Previous ViewCustomizable Switch to the previous editor view
Properties Panel
These shortcuts are active when the Properties panel is focused.
Shortcut
Action
Ctrl+S
Save (Properties)Customizable Save property changes
Ctrl+Z
Undo (Properties)Customizable Undo the last property change
Ctrl+Shift+Z
Redo (Properties)Customizable Redo the last undone property change
Ctrl+C
Copy (Properties)Customizable Copy the component settings to clipboard
Next Pinned TabCustomizable Navigate to the next pinned properties tab
Alt+Shift+[
Previous Pinned TabCustomizable Navigate to the previous pinned properties tab
Esc
Cancel (Properties) Cancel changes and close the properties panel
Changelog
Date
Change
2026-06-29
Updated to use live shortcut system with automatic Mac/PC display and customization support.
2026-06-02
Initial publication.
A key-value pair is a fundamental data structure where a unique "key" is associated with a specific "value," used for organizing and retrieving data efficiently, like in dictionaries or databases.
Focus indicates the element of the graphical user interface which is currently selected to receive input. Elements with focus sometimes have an accesibility border highlighted around them.
A place on your operating system that stores recently copied content. The clipboard only stores one item at a time.
A JavaScript property is a member of an object that associates a key with a value. A JavaScript object is a data structure that stores a collection of properties.