Capturing Ctrl+c [message #79451] |
Sat, 25 February 2012 16:09 |
Percy Pugwash
Messages: 12 Registered: January 2012
|
Junior Member |
|
|
I would like to be able to capture the content of a draw widget to
clipboard. I plan to do this using the handy Coyote CLIPBOARD
procedure.
However, I'd really like to do this using the well-known Ctrl+c
keyboard shortcut, and there seems to be a problem with this. Whether
I set the draw widget's KEYBOARD_EVENTS keyword to 1 or 2, I don't
seem to get an event generated by the Ctrl+c keyboard combination,
even though I do get events for each key if pressed separately.
Is this perhaps because Windows already intercepts this key
combination, and prevents it reaching the draw widget? If so, is there
anything I can do to get it back, since using this combination would
be by far the most convenient way to introduce clipboard copy
functionality.
P
|
|
|