Skip to main content
Pala’s keyboard shortcuts are built around the modifier key (⌘ on Mac, Ctrl on Windows/Linux). When you hold the modifier key, relevant UI elements appear showing you what other keys to press.
Throughout this page, we use ⌘ to represent Cmd on Mac or Ctrl on Windows/Linux.

Global Shortcuts

These shortcuts work anywhere in Pala, except when a dialog is open:
ShortcutAction
⌘POpen publish dialog (press again to publish)
⌘↑Navigate to previous page (same level)
⌘↓Navigate to next page (same level)
⌘P is your quickest way to publish. Press once to open the dialog, press again to confirm and publish.

Page View Shortcuts

While viewing a page in the editor:
ShortcutAction
⌘EOpen section dialog (when hovering over a block)

Section & Block Editor Dialog

While editing a section or block in the dialog:
ShortcutAction
⌘SSave changes
⌘EToggle between Code and Content tabs
EscClose dialog
Code Editor (when in the Code tab):
ShortcutAction
⌘1Switch to HTML pane
⌘2Switch to CSS pane
⌘3Switch to JavaScript pane
⌘EnterFormat active code pane
Pala uses CodeMirror for code editing. Some standard code editor shortcuts may work, but they’re not guaranteed.

Site Editor Dialog

While editing site configuration:
ShortcutAction
⌘SSave changes

Tips for Efficiency

When you hold ⌘/Ctrl, Pala shows you contextual hints for what shortcuts are available in your current view.
Instead of clicking each pane tab individually, use ⌘1 for HTML, ⌘2 for CSS, and ⌘3 for JavaScript. This makes editing much faster.
When editing blocks, quickly switch between writing code and previewing content without reaching for the mouse.
Make it a habit to publish frequently. Press once to open the dialog, press again to publish. Quick iterations help catch issues early.

Next Steps