Page 1 of 1

Copy Shortcut require 'Shift' in TRichview

Posted: Tue Aug 28, 2007 7:03 pm
by Bourgui
Hi there!

I have what I think is a simple problem, but I haven't found anything in the forums.
The shortcut for Copy in my RichViewEdit component requires the 'Shift' key to be pressed as well as the normal shortcut. I need to press 'Shift+Ctrl+C' instead of just 'Ctrl+C'

I haven't changed any setting nor have I found any that would allow me to change it back.
Any ideas?

Thanks!

Posted: Wed Aug 29, 2007 5:20 pm
by Sergey Tkachenko
TRichView ignores state of Shift when determining copy shortcut, i.e. Shift+Ctrl+C copies as well as Ctrl+C.
I think you have some menu item or action with ShortCut=Ctrl+C, and it "steals" this key combination from TRichViewEdit.

Posted: Wed Aug 29, 2007 5:30 pm
by Bourgui
THanks, I'll double check all the other shortcuts!