3

Is there a way I can create a keyboard shortcutto to a commit in Visual Studio 2010? I am using Visual HG.

Mrchief
  • 75,126
  • 20
  • 142
  • 189
Dappy
  • 251
  • 1
  • 2
  • 8

2 Answers2

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