A keyboard modifier key that can be held while a human input occurs. These ride on pointer clicks
(so Shift-click text selection / Ctrl-click new-tab semantics relay faithfully) AND on key presses
(so combos like Ctrl/Cmd+A select-all, Cmd+C / Cmd+V relay faithfully). 'Meta' is the Command key
on macOS / the Windows key elsewhere. Platform-agnostic at this layer — the CDP mapper translates to
Playwright/CDP modifier syntax.
A keyboard modifier key that can be held while a human input occurs. These ride on pointer clicks (so Shift-click text selection / Ctrl-click new-tab semantics relay faithfully) AND on key presses (so combos like Ctrl/Cmd+A select-all, Cmd+C / Cmd+V relay faithfully).
'Meta'is the Command key on macOS / the Windows key elsewhere. Platform-agnostic at this layer — the CDP mapper translates to Playwright/CDP modifier syntax.