Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

FULL SCREEN: Is there an extension to stop the mouse cursor from activating the toolbars?

  • 1 trả lời
  • 0 gặp vấn đề này
  • 125 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

If you use Full Screen a lot you'll notice that when your mouse cursor is near the top of the screen it often activates the appearance of the Address and Menu bars and whatever other toolbars you have working. The whole screen suddenly jolts down. Then up as soon as the cursor moves down. I cannot imagine the mindset of the designer that implemented it; must have been someone poor on the keyboard that uses the mouse as much as possible. Alt+D activates the toolbar! We don't need any mouse cursor to display it. Especially as we need to type anyway to use the Address Bar. I searched Add-Ons but couldn't find anything. Any ideas of how to stop the cursor from activating the toolbars? Anything in about:config maybe? Anything I can edit in the files? Please! Let's get some sanity back to Firefox Full Screen.

Tất cả các câu trả lời (1)

more options

You can use code in userChrome.css to hide the fullscr-toggler and prevent showing the toolbars when you move the mouse pointer to the top of the window.

userChrome.css =>

*|div#fullscr-toggler { display:none!important; }