Re: key board short cut for copying on OSX

Jeroen van der Zijp <[email protected]> Sat, 13 May 2023 15:21:52 -0500
Newsgroups gmane.comp.lib.fox-toolkit.user
Organization FOX Toolkit
Message-ID <[email protected]>
On Fri, 12 May 2023 16:00:33 -0400
"John Selverian" <[email protected]> wrote:

> I'm doing a special copy from a text box on Mac OSX so I need to
> intercept the key board copy short-cut keys.. I'm not sure how
> general this is but.

The toplevel window has an FXAccelTable, you can add accelerators
to that, and thus map them to any message/target of your choice.

 		 -- JVZ