如何编辑Visual Studio的鼠标快捷方式? [英] How do I edit Visual Studio's mouse shortcuts?

查看:173
本文介绍了如何编辑Visual Studio的鼠标快捷方式?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我按下鼠标的后退拇指按钮时,Visual Studio就会执行"Naviagte Backward"命令,但最近它已停止执行该操作.如何编辑Visual Studio的鼠标快捷方式设置以重新启用此功能?

Visual Studio used to execute the "Naviagte Backward" command whenever I hit the back thumb button on my mouse, but it has recently stopped doing that. How can I edit Visual Studio's mouse shortcut settings to re-enable this feature?

开始赏金,但仍未获得具体答案.

Starting a bounty, still haven't gotten a concrete answer about this.

推荐答案

来自用于将导航器附加到鼠标按钮的插件:鼠标导航 最新版本(2.2.0)可以正常工作.

Plugin that attaches Navigate back/forward to the mouse buttons: Mouse Navigation The last version (2.2.0) is working fine.

一些澄清:
Visual Studio(2012)将常规导航与单击以导航"导航分开.
常规导航:在代码编辑器中的任意位置单击鼠标,也可以更改选项卡.

Some clarifying:
Visual Studio (2012) separates the normal navigation from "click to go" navigation.
Normal navigation: mouse click anywhere in code editor, tab change also.

单击以转到导航:转到定义,单击搜索结果.它由名为上一步/下一步",上一步/下一个定义,声明或引用"的按钮控制.您可以在视图"自定义工具栏中找到它.

Click to go navigation: Go to definition, search result click. It is controlled by the buttons named: "Browse Back / Next" "Previous/Next Definition, Declaration or Reference". You can find it in the View custom toolbar.

默认的VS鼠标后退/前进按钮附加在浏览后退/下一步"按钮上,而不附加在导航后退/前进"按钮上.

The default VS mouse back/forward buttons are attached to the "Browse Back / Next" buttons, not to the Navigate back/forward.

VS插件鼠标导航将鼠标按钮设置为向后/向前导航.剩下的唯一问题是,由于VS不会将单击以获取"视为正常导航,因此当您单击以转到定义并尝试使用Ctrl +-或鼠标向后返回时,您将不会返回到最后一个位置,但移至先前的常规导航"位置.
我对插件开发人员的建议是,尝试使VS将单击即可"导航视为正常导航,从而完全解决此问题.

The VS plugin Mouse Navigation sets the mouse buttons to the Navigate back/forward. The only remaining problem is that because VS doesn't consider "click to go" as normal navigation, when you click to go to a definition and try to go back using the Ctrl+- or mouse back, you will not return to the last position, but to the previous "Normal navigation" position.
My suggestion to the plugin developer is to try to make VS consider "click to go" navigation as normal ones, completely solving this issue.

这篇关于如何编辑Visual Studio的鼠标快捷方式?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆