I am trying to use VS 2010 for writing C. Frequently, I try to use a hotkey combination, and I get an error message of the form:
The key combination (key, key) is bound to command (Command) which is not currently available.
Why is this? Examples include CTRL + R
, R
for Rename and CTRL + K
, CTRL + D
for Format Document.
I am trying these commands with my cursor in the code editing window.
I find that this works in 2008 C# but not 2010 C/C++.