> "Eduardo" <
m...@mm.com> wrote in message
> news:kick75$pah$1...@speranza.aioe.org...
>
>> I'm tired of this, do you experience the same?
>>
>> The problem is when editing the code, sometimes I have something on the
>> clipboard that I copied from somewhere, and I need to replace some part
>> of the code so I use Shift+End or Shift+KeyLeft or Shift+KeyDown to
>> select the exact part of the code that I need to delete, then I hit the
>> delete key, but... I do it very fast (and very often), and many times I
>> press the delete key without releasing the Shift key first.
>> The result: the deleted text is copied into the clipboard and I loose
>> what I had to paste, because Shift+Delete is configured for cutting text,
>> not for deleting.
>>
>> Here I found a possible solution:
>>
http://superuser.com/questions/256330/how-can-i-prevent-shift-delete-from-cutting-in-windows
>> (still not tested).
>>
>> But I can't believe that I'm the only one that experience this with VB
>
> I'm a left-handed mouse user, so my right hand works the keyboard when
> doing mouse+key work. Cut, Copy, and Paste have older keyboard shortcuts
> (known as Common User Access or CUA shortcuts) that correspond to the
> "modern" Apple-derived shortcuts of Ctrl+X, Ctrl+C, and Ctrl+V. Those
> shortcuts are, in order, Shift+Delete, Ctrl+Insert, and Shift+Insert. They
> are MUCH easier to hit with your right hand than the letter-based
> shortcuts. So please A) don't ask that these CUA shortcuts be removed