Upgrade 100 → 103 : how to disable <Ctrl><W> now ?
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: chentaocredungtao, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Until FF100, I used to disable <Ctrl><W> (close tab) by modifying browser/omni.ja, commenting the following line out in chrome/browser/content/browser/browser.xhtml :
<key id="key_close" data-l10n-id="close-shortcut" command="cmd_close" modifiers="accel" reserved="true"/>
It worked until FF100, but doesn't work anymore in FF103 : commenting that line out seems to have no effect on <Ctrl><W>.
Actual results:
<Ctr><W> still closes the tab
Expected results:
<Ctrl><W> should not close the tab anymore (worked in FF100)
Comment 1•3 years ago
|
||
Hi, this does not sound like a bug report or feature request but like a support question how to change something or edit code. Please bring this up in a support forum instead - thanks!
Done, and solution found
https://support.mozilla.org/en-US/questions/1384971
Description
•