Global
Available anywhere in the editor.
| Shortcut | What it does |
|---|---|
| Esc | Cancel current mode (pick, modal, drag). Doesn't exit the editor. |
| Ctrl+S | Save (same as the Save button in the toolbar). |
| Cmd+S | Save (Mac equivalent). |
In the picker
Active while pick mode is on (after clicking + Pick element to animate).
| Shortcut | What it does |
|---|---|
| Hover | Highlight the candidate element. Glopzi climbs the DOM to the most likely target. |
| Alt+Hover | Bypass the semantic climb. Highlights the leaf element directly under the cursor. |
| Click | Confirm the highlighted element as the target. |
| ↑ | Enter sticky keyboard mode. Move highlight to parent. |
| ↓ | Move highlight to first child. |
| ← | Move highlight to previous sibling. |
| → | Move highlight to next sibling. |
| Esc | Cancel pick mode entirely. |
Full picker mechanics are in Picking an element.
In the timeline
Active when the timeline panel has focus (click anywhere on it first).
| Shortcut | What it does |
|---|---|
| + | Zoom in 1.25x. Centers on playhead. |
| - | Zoom out 1.25x. |
| 0 | Reset zoom to 1x. |
| Ctrl+Scroll | Zoom in / out under the cursor (Windows / Linux). Wheel up zooms in. |
| Cmd+Scroll | Zoom in / out under the cursor (Mac). |
| Space | Play / pause time animations (also synced with the play button in the timeline header). |
| Shift+Drag | Hold while dragging the right edge of an animation bar to scale all its keyframes proportionally. |
Timeline mechanics in detail in The timeline and Editing keyframes.
Next steps
The shortcuts above cover the editor itself. For shortcuts inside the rest of Glopzi, see the article that owns the mode they apply to:
- Picking an element for the picker keys with full context.
- The timeline for zoom and playback context.
- Grouping animations for grouping context.