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.

I have VMWare Fusion running Visual Studio 2008 installed on my MacOSX-running MacBook so I decided to remap the wrong keys to be able to get a Mac-based layout in Visual Studio. The remapping was done on VMWare itself.

This way I'm able to, for instance, open brackets with the keys shift+option+7/8.

The problem with this, is that on VS2008 the Alt(option) key is used to highlight a menu. This sometimes gets in the way of the coding or cursor moving process (which I often do with Alt+arrows) when I accidentally am too slow at pressing another key after having already pressed and unpressed Alt.

So, is there any way to disable the menu accelerator or change the key to any other besides Alt?

share|improve this question

1 Answer

Use Autohotkey to map the accelerator key to do nothing. It will preempt the visual studio shortcut.

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.