@jsvision/datagrid / DEFAULT_KEYMAP
Variable: DEFAULT_KEYMAP
constDEFAULT_KEYMAP:GridKeymap
Defined in: datagrid/src/keymap.ts:124
The one documented default binding table. Frozen so a caller cannot mutate the shared default; a per-grid override is layered on top with mergeKeymap, which never touches this object.
| Chord | Action | Chord | Action | |
|---|---|---|---|---|
left/right | moveLeft/moveRight | f2/enter | beginEdit | |
up/down | moveUp/moveDown | f4 | valueHelp | |
home/end | rowStart/rowEnd | space | toggleSelect | |
ctrl+home/ctrl+end | gridStart/gridEnd | shift+up/shift+down | extendUp/extendDown | |
pageup/pagedown | pageUp/pageDown | alt+down | openFilter | |
escape | revertRow |