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

How do I change focus?

  • 2 trả lời
  • 1 gặp vấn đề này
  • 5 lượt xem
  • Trả lời mới nhất được viết bởi 8bitkronik

more options

So I have a plugin that enables key bindings which allows me to surf pages quicker by pressing keys rather than clicking or scrolling. However when I go to pages like Google the focus always zeros in on the search bar. Other pages that have input fields for texts more often that not get focused on and I end up entering gibberish into them. Is there a way to take away the default focus so it will wait for me to decide when to enter information?

So I have a plugin that enables key bindings which allows me to surf pages quicker by pressing keys rather than clicking or scrolling. However when I go to pages like Google the focus always zeros in on the search bar. Other pages that have input fields for texts more often that not get focused on and I end up entering gibberish into them. Is there a way to take away the default focus so it will wait for me to decide when to enter information?

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

more options

Many pages run a script that puts your cursor where the site believes you are most likely to want it to be. There is no generic method for blocking that kind of script, but just thinking out loud, you might be able to "blur" the focus or shift it to the entire document body with an add-on or a script of your own.

more options

I don't really know how to write a script lol Do you know anything else that would work?