views:

93

answers:

2

I just got into the office, and booted up my computer to work on my current project.

I hopped into a class file, and selected (through mouse highlighting) a group of events to delete.

What happened though was it only erased one character. Wondering what happened, I clicked at the beginning of the selection and re-highlighted the text to delete it again.

So i just clicked randomly in the middle of the file, and it highlighted from the beginning of the first selection all the way to where I clicked in the middle.

I have rebooted both VS, the computer and insured that sticky keys and all other "accessibility" software was turned off.

UPDATE

When I click shift and try to manually highlight with my arrow keys, the cursor doesn't even move.

UPDATE

When I click escape from the selection it goes to the search drop down: alt text

A: 

Reinstalled VS and now everything is better.

Jeremy
A: 

I had this same problem too. I believe I found the solution: check your keyboard options.

Go under tools -> options, under the Environment subtree, click 'Keyboard'. Then, you will see a dropdown with the label "Apply the following additional keyboard mapping scheme". If you select "Brief" from this, you get the keyboard behavior as described. I'm not exactly sure what "Brief" refers to, but it certainly isn't familiar to me.

Change the keyboard layout back to (default) or another one to get the behavior you expect.

Robert P
Brief is an 80's DOS text editor. I guess that people still like the keybindings.
Roger Lipscombe