Optional ReadonlyalternateA second default binding that fires the same action (Mod-Shift-p beside
Mod-k for a command palette). It is printed alongside keys, and it
stays live until the action is unbound; rebinding replaces keys only.
Optional ReadonlygroupHeading the shortcuts dialog groups the action under.
ReadonlykeysDefault binding, or null for an action that ships unbound.
ReadonlylabelReadonlynameOptional ReadonlynativeHandled natively (browser clipboard, the view's own input pipeline).
Readonlyrun
A shortcut manager: one place that owns every keyboard binding the chrome advertises, so a shortcut printed beside a menu entry is guaranteed to work, and the user can rebind any of them.
Bindings use the core keymap grammar (
"Mod-Shift-l";Modis ⌘ on Apple platforms and Ctrl elsewhere). Actions the browser or the editing surface already handle (cut, copy, paste, Shift+Enter) arenative: they are listed and displayed, but only intercepted once the user has rebound them.