views:

14

answers:

1

Hi,

I would like to assign hotkeys to certain TFS client commands in visual studio.

For instance, hotkey1 for checkin, hotkey2 for undo checkout.

Please advice.

+2  A: 

Tools > Options > Environment > Keyboard

Then you can search for an action and set a hotkey for this action.

Using Tools > Import and export settings you can even save them to import them back on another machine.

As pointed out by richard, the actions you are looking for are File.TfsCheckin and File.TfsCheckout.

GôTô
If you type into the text box near the top it will filter the list of commands. I think the Q needs `File.TfsCheckin` and `File.TfsCheckout`
Richard
Ok, thanks, actually what I was going to ask - what action in this list is TFS checkin and TFS undo checkout. I just can't find it.
Captain Comic
Thank you Richard.
Captain Comic
@Richard: thank you, I updated
GôTô