在 Opera 中同时按下两个鼠标按钮
在 Opera 中,在某些网站上,同时按下两个鼠标按钮会引导您进入其他页面, 例如,在观看 Youtube 视频时,转到单独的评论页面。 或者访问其他网站上的站点地图。 可能与鼠标和弦有关?或者有什么不同吗?
如何控制此事件(禁用它或更改目标页面)?
In Opera, on some sites, pressing both mouse buttons simultaneously leads you to some other page,
for example, to the separate comments page, when watching a Youtube video.
Or to the sitemap on some other websites.
May be it is related to Mouse chording ? or is it something different ?
How to control this event (disable it or change the destination page) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 Opera 快速后退/前进导航的快捷键之一。按住左按钮并单击右按钮可以前进,按住右按钮并单击左按钮可以后退。
如果用户尝试“前进”但导航历史记录中没有可以前进的页面,Opera 还使用一些启发式方法来尝试猜测最佳的“下一个”链接是什么。要控制这一点,您可以使用 rel=next LINK 标签来指向下一页。如果您有一篇文章分为多个页面,那么这是最方便的。在第一页上,您可以放置
“To”,向浏览器(和搜索引擎)指示文章的下一部分是什么。
This is one of Opera's shortcuts for quick back/forward navigation. Holding left button and clicking right takes you forward, holding right and clicking left takes you back.
Opera also uses some heuristics to try to guess what the best 'next' link is if a user tries to go 'forward' but there is no page in the navigation history to go forward to. To control this, you can for example use a rel=next LINK tag to point to the next page. This is most convenient if you have, say, an article split across several pages. On the first page you could put
To indicate to the browsers (and search engines) what the next part of the article is.