I want to get the functionality of the Ctrl+C combination keys (copy to clipboard) with other combination, for instance shift+d.
Does anybody know how to do it ? Does it relate to the Windows API ?
It is part of the Windows API. Look up CopyToClipboard. You will have to implement OnEditPaste as well. Look up the article "Clipboard: Copying and Pasting Data" on MSDN.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.