Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Specifically, I am always hitting Ctrl-A instead of Ctrl-S which is really annoying because it loses your place in the code. I very rarely actually want to select all of a file in Visual Studio, so I'd like to remove the keyboard shortcut so that Ctrl-A does nothing. Any way to do this?

share|improve this question

3 Answers

up vote 3 down vote accepted
  • Go to Tools -> Options -> (select "Show all settings" checkbox) -> Environment -> Keyboard
  • Type "Edit.SelectAll" in the text box labeled "Show commands containing"
  • Click the Remove button to remove the shortcut Ctrl-A for that command
share|improve this answer
Tools > Options > 'Show all settings' > Environment > Keyboard

Obtained from this SO question.

share|improve this answer

By the way, ctrl-minus will take you back to your previous position in the code, and ctrl-shift-minus will take you forward.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.