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
feat(menu): show insert-op keybinds as tooltips in the right-click menu
Hovering one of the four "Insert row above/below" or "Insert column
left/right" items in the inline-table right-click menu now surfaces
the matching default keybind (Alt+Shift+Arrow) as a native title
tooltip, so the discoverable shortcut is one hover away from the
menu the user is already in.
Implemented by adding an optional `shortcut` field to the shared
item model and setting `mi.title` from it when the menu is built;
items without a shortcut (move/delete/sort) are unaffected. The
toolbar surface continues to use the label-as-tooltip behaviour.
0 commit comments