Editor keystroke interception

SyntaxEditor for Windows Forms Forum

Posted 20 years ago by Marianne
Avatar
In the sample app, if you select some text and hit ctrl-c (copy), then click in the console window at the bottom (even though it's read-only, it will still serve to illustrate the point, but this problem exists whether it's read-only or not) and hit ctrl-v (paste). The data is pasted into the editor window instead of the console window. Is there any way to get the editor to NOT intercept keystrokes if it's not the active control? Thanks.

------------------------------- Marianne

Comments (1)

Posted 20 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
The editor is not actually intercepting keys. In the sample app, the menu shortcuts are what is firing the clipboard ops on the editor. If you turn the shortcuts to None then it should be fine.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.