You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data-keyrove-cols-length is renamed to data-keyrove-cols
(KEYROVE_ATTR_COLS_LENGTH → KEYROVE_ATTR_COLS). In a grid, next-key/prev-key
now move one cell instead of one row — bind next-row-key/prev-row-key for
row moves. MoveAction gains nextRow, prevRow, homeRow and endRow; grid row
moves report nextRow/prevRow instead of next/prev. Default cell arrows flip
under RTL, and bare Home/End in a grid are row-relative.
Features
accept control, option, cmd and command as modifier names (e2f741b)
focus an item from anywhere with its own data-keyrove-focus-key (607c54d)
implement logic to focus the first item in demos on page load (f9f0a3d)
leave a press alone while an IME composition is in progress (8ac90ad)
make every move rebindable through its own *-key attribute (7becd56)
unify list and grid navigation on a folded-sequence model (657e09c)
Bug Fixes
share the group layer across handlers and survive a document-level listener (c05a0d1)