That's not really true. Some of the standard Windows controls (text edit control, rich text control) do have pre-defined behavior when a Ctrl-C is encountered, but if an application wants standard clipboard behavior, it has to trap and implement Ctrl-C, Ctrl-V and Ctrl-X on its own.
···
On Tue, 22 Nov 2005 00:00:47 -0500, Joe Brown <joebrown@rclooke.com> wrote:
To avoid conflict of menu interests, you could bind the meta-keys <esc>, C-x, C-c and/or C-h to expose a secondary (menu-less) frame. Don't know if you can override the default behaviour of C-c tho. On windows it's already assigned the copy even w/out a menu.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.