Title Bar
Is it possible to disable the Title Bar from opening when I press ALT?
선택된 해결법
There are two preferences in about:config. If you haven't edited that previously, open a new tab and enter about:config in the address bar, accept the risk and search for menuA. To stop the menu being shown, change the following preference to 0. In my experience you can still access individual menus by pressing alt + (say) f for File. ui.key.menuAccessKey There is another preference which is supposed to affect access to individual menus if you don't change that first preference but changing it to false seems to me to do nothing. ui.key.menuAccessKeyFocuses https://support.mozilla.org/en-US/questions/1368147#answer-1484025
https://support.mozilla.org/en-US/kb/about-config-editor-firefox
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (2)
선택된 해결법
There are two preferences in about:config. If you haven't edited that previously, open a new tab and enter about:config in the address bar, accept the risk and search for menuA. To stop the menu being shown, change the following preference to 0. In my experience you can still access individual menus by pressing alt + (say) f for File. ui.key.menuAccessKey There is another preference which is supposed to affect access to individual menus if you don't change that first preference but changing it to false seems to me to do nothing. ui.key.menuAccessKeyFocuses https://support.mozilla.org/en-US/questions/1368147#answer-1484025
https://support.mozilla.org/en-US/kb/about-config-editor-firefox
ui.key.menuAccessKeyFocuses worked for me, thanks!