Is it possible to programmatically trigger the default "Copy, Cut, Paste" menu items?
I want to have separate buttons to trigger these actions from within my app.
Im aware that i can implement my own using the "clipboard" api, but id rather use the defaults.
Thanks for any help.