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

new tab opens always on the right

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

more options

When I pressed the "+" symbol at the right side of my tabs with the left mouse button, a new tab opens at the most right place. So far, so easy.

When I pressed the same "+" symbol using the middle mouse button, the new tab opened right beside the active tab. Now, middle mouse button and left mouse button do the same thing.

Work around could be to open the context menu (right mouse button) of a tab, choose "new tab" an get a new tab right beside the tab chosen with the mouse pointer while pressing the right mouse button.

Did something recently change?

When I pressed the "+" symbol at the right side of my tabs with the left mouse button, a new tab opens at the most right place. So far, so easy. When I pressed the same "+" symbol using the middle mouse button, the new tab opened right beside the active tab. Now, middle mouse button and left mouse button do the same thing. Work around could be to open the context menu (right mouse button) of a tab, choose "new tab" an get a new tab right beside the tab chosen with the mouse pointer while pressing the right mouse button. Did something recently change?

Giải pháp được chọn

There are these middleclick prefs that you can look at (both true for me).

  • browser.tabs.opentabfor.middleclick true
  • browser.tabs.searchclipboardfor.middleclick true
Đọc câu trả lời này trong ngữ cảnh 👍 0

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

more options

Go to about:config in the address bar and make sure browser.tabs.insertRelatedAfterCurrent is default true.

more options

Thanks for watching and replying.

It is set as it should, the default. And the old behavior is partly back. Could this be theme related? That's the only thing I changed as far as I remember.

Now the middle click opens a new tab (right position of the active one), but my standard search machine is shown searching for the content in my clipboard (strg+c)?

more options

Giải pháp được chọn

There are these middleclick prefs that you can look at (both true for me).

  • browser.tabs.opentabfor.middleclick true
  • browser.tabs.searchclipboardfor.middleclick true
more options

Thank you very much. Setting the last one

browser.tabs.searchclipboardfor.middleclick false

seems to do the trick and the old behaviour (at least for me?!) seems to be back.

more options

In a new profile without any modifications, browser.tabs.searchclipboardfor.middleclick doesn't make any difference to where new tabs are created when middle-clicking the new tab button.

more options

See also:

// Does middleclick paste of clipboard to new tab button
#ifdef UNIX_BUT_NOT_MAC
pref("browser.tabs.searchclipboardfor.middleclick", true);
#else
pref("browser.tabs.searchclipboardfor.middleclick", false);
#endif

  • 1418462 - Middle clicking on new tab should search or open what's in the selection clipboard on linux [115]

See also:

  • 1841763 - Firefox 115 broke "New tab next to current tab" middle mouse click functionality of the new tab button

Được chỉnh sửa bởi cor-el vào