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.
René Koot
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.
René,
First select the text to copy with the mouse, then press Cmd+C to copy.
To paste, press Cmd+V
Hello Antonio,
At my system this does not seem to work. Check with the registration app I posted last week. I only get a beep when i select the value of the get.
René,
You are right. I did not tested it as I was in Windows
I am going to review it
thanks
Hello Antonio,
Thanks!
Is there alo a possibilty to use other hotkey functions, like Cmd-P for a printing function.
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(),) } )
ENDMENUAntonio, por favor , revisa el repositorio .
Un Saludo.
Manuel,
Revisado y funcionando bien. Muchas gracias ![]()
René, Mastintin (Manuel) has solved it in a simpler way. I have emailed you the modified libs.
Hello Antonio and Manuel,
Thank you for this. IT works perfect.
very good ![]()