In MacOS Sequoia they added this Ctrl+Enter shortcut to open the context menu for the highlighted element. I'm not sure why popover changed the handling, I suppose we don't consume/preventDefault the event anymore, maybe we should be more explicit on that. There is a "Show contextual menu" setting in system to change the shortcut, though that's not a solution for users. The context menu also looks like the wrong one, if the urlbar is focused it should open the urlbat context menu, not the toolbar one. Supposing we'll use Bug 1945422 to fix ctrl+enter, here we should understand how we could support the new MacOS behavior, would it require to return to cmd+enter on Mac? Afaik that was changed in Firefox 64 in Bug 237027.
Bug 1945424 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In MacOS Sequoia they added this Ctrl+Enter shortcut to open the context menu for the highlighted element. I'm not sure why popover changed the handling, I suppose we don't consume/preventDefault the event anymore, maybe we should be more explicit on that. There is a "Show contextual menu" setting in system to change the shortcut, though that's not a solution for users. The context menu also looks like the wrong one, if the urlbar is focused it should open the urlbar context menu, not the toolbar one. Supposing we'll use Bug 1945422 to fix ctrl+enter, here we should understand how we could support the new MacOS behavior, would it require to return to cmd+enter on Mac? Afaik that was changed in Firefox 64 in Bug 237027.