pub const BINDINGS: &[(Chord, CommandId)];Expand description
The chord → command bindings, one table: the app’s shortcut pass consumes it and the views print it (tool-band hover text, palette rows), so a chord can never disagree with what it dispatches. Toolbar arming, the camera and the history; selection verbs join here when they earn chords.
Each band tool answers to two keys: the digit of its place in the row, and its mnemonic chord. The digits are bare keys, which is safe because the whole table is only consulted when no text field holds the keyboard.