Is there a way I can create a keyboard shortcutto to a commit in Visual Studio 2010? I am using Visual HG.
Asked
Active
Viewed 635 times
3
2 Answers
3
using VisualHG v1.1.4 the keyboard shortcut command name is File.Commit

Martin Meixger
- 2,547
- 24
- 26
1
You can add one by going to Tools > Options > Environment > Keyboard
. Then search for commit
and select the command that says Mercurial.Commit
(or something similar).
Update: I installed VisualHG but there is no option to customize (and add shortcut to commit). I guess this makes it a feature request!
You can probably install other Mercurial SCC package that lets you customize it.

Mrchief
- 75,126
- 20
- 142
- 189