Docs Reference

The File and Edit menus

Every item in the first two menus: what it does, the key that runs it, and why it is sometimes greyed out.

This page has not been translated into your language yet, so you are reading the English original.

File and Edit sit at the left of the menu bar on Windows and Linux. On macOS they are in the system menu bar, with Preferences moved into the application menu.

Most of File needs an open document. With every tab closed, everything from Close downward is greyed out: the canvas would otherwise be a placeholder and you would be saving an empty file.

File

ItemKeyWhat it does
HomeOpens the Home window on its Recent tab
NewCtrl+NOpens Home on the New Project tab, pre-filled from your default project settings with 24 frames
Open…Ctrl+OBrowse for a project (.cls) or an SVG drawing
CloseCtrl+WCloses the current document, asking first if it has unsaved changes
SaveCtrl+SSaves in place; an untitled project falls through to Save As
Save As…Ctrl+Shift+SSaves under a new name, adding .cls if you leave it off
ImportBrings a file into the open project: see below
ExportWrites the project out as an image, a sequence, a sheet, a GIF or a video
ShareOpens Share to Artwall, where a piece can go up published or as a draft, at a size you choose; or the sign-in dialog if you are signed out
Project Settings…Canvas size, frame rate, frame count, Pixel Mode and Motion Blur for this project

Close, Save, Save As, Import, Export, Share and Project Settings are all disabled while no document is open. Home, New and Open are always available.

Import

  • Image…: png, jpg, jpeg, bmp, webp
  • SVG…: svg
  • PSD…: psd, with Photoshop groups rebuilt as Group layers
  • Video…: mp4, mov, avi, mkv, webm
  • Audio…: mp3, wav, ogg, flac, aac, m4a, ac3, opus, wma
  • Celas Project (as group)…: pulls another .cls into this scene as a group, rather than opening it in its own tab
The menu closes for a moment before the file browser appears. That is deliberate: the browser is a system window and the menu has to be out of the way first.

Export

Five destinations: Image, PNG Sequence, Sprite Sheet, Animated GIF and Video (MP4/WebM). Each opens its own dialog with the output path, resolution and frame range. See Exporting for what each one is good for.

Edit

ItemKeyWhat it doesGreyed out when
UndoCtrl+ZSteps back one actionThere is nothing left to undo
RedoCtrl+YSteps forward againThere is nothing to redo
CutCtrl+XRemoves the selected layers to the clipboardNo layer is selected
CopyCtrl+CCopies the selected layersNo layer is selected
PasteCtrl+VPastes what is on the clipboardNever
DuplicateCtrl+DMakes a copy of the selected layersNo layer is selected
DeleteDeleteDeletes the selected layersNo layer is selected
Select AllCtrl+ASelects everything in the current contextNever
Deselect AllCtrl+DClears the pixel selection if there is one, otherwise the layer selectionNothing is selected either way
Save Selection as Brush TipSaves the current pixel selection as a reusable brush tipThere is no pixel selection
Preferences…Ctrl+,Opens PreferencesNever
Every key printed in this menu is read from the live binding, so a shortcut you rebind in Preferences is reflected here immediately: there is no hardcoded label left to go stale.

Duplicate and Deselect All share Ctrl+D on purpose. With a marquee or floating pixel selection live the key deselects: the floating pixels are committed first, then the mask is cleared; with nothing selected pixel-side it duplicates. Because only one of them can answer a given press, the menu prints the key beside whichever one it currently means and leaves the other row blank. Clicking either row always runs that row, whatever the key would have done.

Save Selection as Brush Tip writes the selected pixels out as a PNG tip that then appears in the tip picker in Brush Studio. It needs an active pixel selection, not a layer selection.

Keyframe Channels and Auto-Key Channels

The two submenus at the bottom of Edit hold the same four-column channel grid as the two Timeline popups: twenty-nine channels in six groups (Transform, Shape, Appearance, Camera, Layer and Bone), covering every keyframable sub-track the app has.

  • Keyframe Channels decides what the Add Keyframe button records when you press it.
  • Auto-Key Channels decides which channels auto-key is allowed to create new keys on while you work.

The two sets are independent, and both start with the same nine channels clear: Vertices, Fill, Stroke, Expose, Dash, Anchor, Opacity, Blend and Layer Effects. Each grid carries the same three actions in its title row: All, None and Invert.

The Edit menu with the Keyframe Channels submenu open, showing Position, Rotation and Scale ticked.
Arming a channel here does not by itself key anything. Auto-key still has to be switched on with the Auto Key button in the Timeline toolbar.

Both sets are remembered between sessions, so a rig you left with Vertices armed comes back that way.