Hello,
How can I use Cmd-C and Cmd-V in a oget. I can rightclick on a get and select copy/past, but I would like to use the keys for this.
MENUITEM "Edit"
MENU
MENUITEM "Copy" ACCELERATOR "c" ACTION AEval( oDlg:aControls, { | oCtrl | If( oCtrl:lFocused, oCtrl:Copy(),) } )
MENUITEM "Paste" ACCELERATOR "v" ACTION AEval( oDlg:aControls, { | oCtrl | If( oCtrl:lFocused, oCtrl:Paste(),) } )
ENDMENU
Return to FiveMac / FivePhone (iPhone, iPad)
Users browsing this forum: No registered users and 2 guests