List of shortcut keys for RichTextBox

  • Thread starter Thread starter peterbf
  • Start date Start date
P

peterbf

Hi

I have been looking for a list of shortcut keys for the RichTextBox.

I need this because I use a RichTextBox which must only contain text.
So I have been capturing the shortcut keys Ctrl+v to make sure that
only text would be pasted in the RichTextBox. Big was my suprise one
day when I hit Ctrl+shift+ Insert. I had a picture in the clipboard and
it got pasted in to my text-only RichTextBox. So I need a list of all
the shortcuts for the RichTextBox control to see what else I am
missing.

Peter Frederiksen
 
peterbf said:
Hi

I have been looking for a list of shortcut keys for the RichTextBox.

I need this because I use a RichTextBox which must only contain text.
So I have been capturing the shortcut keys Ctrl+v to make sure that
only text would be pasted in the RichTextBox. Big was my suprise one
day when I hit Ctrl+shift+ Insert. I had a picture in the clipboard and
it got pasted in to my text-only RichTextBox. So I need a list of all
the shortcuts for the RichTextBox control to see what else I am
missing.

Bottom of
http://msdn.microsoft.com/library/d...it/richeditcontrols/aboutricheditcontrols.asp
 
Bottom ofhttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/shel...

Thank you very much.

Ctrl+shift+Insert = Paste isn't in the list. So I fear other shortcuts
could be missing.

Peter Frederiksen
 
Back
Top