https://bugs.documentfoundation.org/show_bug.cgi?id=151442
--- Comment #13 from Sean Gugler <[email protected]> --- All right, I've finally taken a look at the git source. Prior to https://gerrit.libreoffice.org/c/core/+/131699 both "InsertRows" and "DefaultRows" had only "Label" nodes in the XML. Presumably, this meant their hotkeys were computed algorithmically. After that change, "DefaultRows" now has a "ContextLabel" node that decrees the hotkey is always "R" no matter what other menu items it has as siblings. Maybe the best general solution is to simply remove that "ContextLabel" node from GenericCommands.xcu and let the conflict-avoidance algorithm operate naturally? My reason for this suggestion is that "InsertRows", in the same file, has no "ContextLabel" node and yet behaves fine. If this is accepted, consider removing "ContextLabel" from "DeleteColumns" also, for the same reason. -- You are receiving this mail because: You are the assignee for the bug.
