this post was submitted on 01 Nov 2023
119 points (91.6% liked)
Firefox
17947 readers
70 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
'New Tab' is the default/only behavior currently.
I notice that Chrome supports Ctrl-click (background tab) and Shift-click (new window), and Firefox provides a modifiers array, so I think I could replicate this.
Oh, sounds good. It would be best to follow similar conventions. I’m a Safari person, so I didn’t know New Tab was default in Firefox. Making the menu say it will be a new tab would be good.
I've added support for Ctrl/Command/Shift in v1.7, but the menu text is unchanged because I don't know which keys are pressed prior to the click event. This matches Chrome's behavior.