| View previous topic :: View next topic |
| Author |
Message |
kolovan
Joined: 22 Dec 2009 Posts: 5
|
Posted: Thu Mar 04, 2010 8:27 am Post subject: Disable shortcut keys (Shift+Delete, Ctrl+X etc.) |
|
|
Hi,
is there any way to disable shortcut keys (Shift+Delete, Shift+Insert, Ctrl+Insert, Ctrl+X, Ctrl+C, Ctrl+V) in RichViewEdit except writing code for OnRichViewEditKeyDown event handler? |
|
| Back to top |
|
 |
Sergey Tkachenko Site Admin
Joined: 27 Aug 2005 Posts: 6607
|
Posted: Thu Mar 04, 2010 10:44 am Post subject: |
|
|
No. Only using OnKeyDown.
Or Form.OnKeyDown + Form.KeyPreview=True, but it is essentially the same thing.
Or placing menu items or actions with these shortcuts.
But there are no RichViewEdit properties to disable processing these keys. |
|
| Back to top |
|
 |
kolovan
Joined: 22 Dec 2009 Posts: 5
|
Posted: Thu Mar 04, 2010 10:50 am Post subject: |
|
|
| Thank you, Sergey! |
|
| Back to top |
|
 |
|