TFS Pending在VS2012中更改键盘命令

时间:2012-10-04 18:40:01

标签: tfs2010 visual-studio-2012

我正在使用VS2012和TFS2010(可能或不重要)。

我似乎无法获得应该使用Pending Changes窗口的任何键盘命令,你知道吗,工作。

我已经尝试了列出的here步骤,我尝试将键绑定到键盘对话框中列出的“CompareWith”命令。实际上似乎只做的是File。*命令,但这些命令在打开的文件上运行,而不是Pending Changes窗口。

我已经看到像 Alt - I (签到)这样的命令有效,但它们没有出现在键盘设置中。

VS2012中的新窗口是否有自己的一组键盘设置在其他地方设置?我正试图达到比较,排除或撤消的仅键盘工作流程。

更新: 这真的很奇怪。我实际上可以在右键单击对话框中看到快捷键,但按下它们什么都不做。我然后尝试将其更改为和弦,我收到错误消息:“组合键(Ctrl + Shift + Q,Ctrl + Shift + Q)绑定到当前不可用的命令(Tfs.ContextPendingChangesPageExcludeChanges)”

更新2 :我找到了this blog post,其中列出了更多的快捷方式,但实际上并没有对各个文件进行操作。为了快速参考,这是他的清单:

Shortcut    Team Explorer Page
Ctrl+'      Search
Ctrl+0,H    Home
Ctrl+0,P    Pending Changes
Ctrl+0,M    My Work
Ctrl+0,W    Work Items
Ctrl+0,B    Build
Ctrl+0,R    Reports
Ctrl+0,D    Documents
Ctrl+0,S    Settings
Ctrl+0,A    Web Access – team home page
F5          Refresh
Ctrl+Up     Move focus to the previous visible section header
Ctrl+Down   Move focus to the next visible section header
Alt+Left    Navigate backward
Alt+Right   Navigate forward
Alt+Home    Focus the navigation control
Alt+0       Focus the page top level content
Alt+[1-9]   Focus the visible section [1-9] level content
Alt+Up      Focus the previous visible section content
Alt+Down    Focus the next visible section content

1 个答案:

答案 0 :(得分:3)

VS 2012 RTM中某些团队资源管理器页面中存在密钥绑定错误。这已针对下一次VS 2012更新进行了修复。

-Chad