0

This really isn't programming per se, but is related to Visual Studio..

Anytime I use the + key on my numeric keypad, it increases the current selection. The +/= key works properly. This is only affecting Visual Studio as well..

I checked the Regional settings, and it's set properly.

Rob
  • 2,080
  • 4
  • 28
  • 48

1 Answers1

2

I believe that's the default behaviour for Coderush, do you have it or the free express edition installed?

If you do it has its own keyboard shortcut settings in its options dialog. You'll need to delete the binding from there to get the key back to normal.

Martin Harris
  • 28,277
  • 7
  • 90
  • 101
  • I think so.. I installed it a while back, but never noticed it. is there a way to disable that option? – Rob Jul 01 '09 at 14:20
  • I've edited my answer. Coderush's keybindings are separate to the standard Visual Studio ones, so you need to look in its own settings window. – Martin Harris Jul 01 '09 at 14:25
  • Maybe I'm blind, but I'm not seeing an options dialog anywhere... I have CodeRush Express – Rob Jul 01 '09 at 14:27
  • Ah, I have the full version, but a quick search of this very site says that Ctrl+Shift+Alt+O is the highly intuitive keyboard command to bring up the options for the express version. From here: http://stackoverflow.com/questions/459656/can-i-change-the-key-bindings-on-the-free-version-of-coderush-express-for-visual – Martin Harris Jul 01 '09 at 14:29