Skip to content

Keyboard Shortcuts

LMDA Composer provides extensive keyboard shortcuts for efficient workflow. This page lists all available shortcuts.

These shortcuts work anywhere in LMDA Composer:

ActionWindows/LinuxMac
Run Script / Send API Request / Execute DebugCtrl+EnterCmd+Enter
Run (editor focus only)F5F5
Open Command PaletteCtrl+Shift+PCmd+Shift+P
Toggle Right SidebarCtrl+BCmd+B
Open SettingsCtrl+,Cmd+,

File operations use the Ctrl/Cmd+K chord followed by a key:

ActionWindows/LinuxMac
New File / API Request / Debug TabCtrl+K, NCmd+K, N
Open FileCtrl+K, OCmd+K, O
Open Module FolderCtrl+K, FCmd+K, F
Save FileCtrl+SCmd+S
Save AsCtrl+K, Shift+SCmd+K, Shift+S
Export (Download)Ctrl+K, ECmd+K, E
Switch between Script Editor and API ExplorerCtrl+K, MCmd+K, M
Close TabCtrl+K, WCmd+K, W

ActionWindows/LinuxMac
Copy OutputCtrl+K, CCmd+K, C
Clear OutputCtrl+K, XCmd+K, X

ActionWindows/LinuxMac
Execution HistoryCtrl+K, HCmd+K, H
Collector SizingCtrl+K, GCmd+K, G

Portal tools use the Ctrl/Cmd+K chord followed by a key:

ActionWindows/LinuxMac
Import from LMX (Module Browser)Ctrl+K, ICmd+K, I
Search LogicModulesCtrl+K, SCmd+K, S
AppliesTo ToolboxCtrl+K, ACmd+K, A
Debug CommandsCtrl+K, DCmd+K, D
Module SnippetsCtrl+K, LCmd+K, L
Refresh CollectorsCtrl+K, RCmd+K, R
Push to PortalCtrl+K, PCmd+K, P
Refresh PortalsCtrl+K, UCmd+K, U

ActionWindows/LinuxMac
UndoCtrl+ZCmd+Z
RedoCtrl+YCmd+Shift+Z
Cut Line/SelectionCtrl+XCmd+X
Copy Line/SelectionCtrl+CCmd+C
PasteCtrl+VCmd+V
Select AllCtrl+ACmd+A
Select Next OccurrenceCtrl+DCmd+D
ActionWindows/LinuxMac
Toggle Line CommentCtrl+/Cmd+/

When the Command Palette is open:

KeyAction
/ Navigate commands
EnterExecute command
EscapeClose palette
TypeFilter commands

When a dialog is open:

KeyAction
EscapeClose dialog
TabMove to next field
Shift+TabMove to previous field
EnterConfirm/Submit

A quick reference for all chord shortcuts (Ctrl/Cmd+K followed by key):

Second KeyAction
NNew file / API request / debug tab
OOpen file
FOpen Module Folder
Shift+SSave As…
EExport (Download)
MSwitch between Script Editor and API Explorer
WClose tab
IImport from LMX
SSearch LogicModules
AAppliesTo Toolbox
DDebug Commands
LModule Snippets
RRefresh collectors
PPush to Portal
URefresh portals
CCopy output
XClear output
HExecution History
GCollector Sizing

  • Start with Essentials — Most commonly used: Cmd+Enter (Run Script), Cmd+Shift+P (Command Palette), Cmd+S (Save), Cmd+B (Toggle Sidebar)
  • Learn the Chord Pattern — Press Cmd+K, watch for “waiting…” in status bar, then press the action key. Most portal tools and file operations use this pattern.
  • Use Command Palette — The Command Palette shows shortcuts next to commands. Search for an action to see its shortcut.

  1. Cmd+K, N — Create new file
  2. Type your script
  3. Cmd+S — Save
  4. Cmd+Enter — Run
  5. Review output