ct: Re: [DUG]: Function key assignments in Delphi
>
>
> I do this by creating a menu and assigning shortcut keys.
>
>
> - Original Message -
> From: David Andreae <[EMAIL PROTECTED]>
> To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> Sent: Fri
Good idea, but not what he wants I think.
> I do this by creating a menu and assigning shortcut keys.
To globally do this you can do what I did. I am sure that you can pick the
heck out of my coding, but you will get the principle anyway:
In the DPR (you must do it here to allow your program to us
I do this by creating a menu and assigning shortcut keys.
- Original Message -
From: David Andreae <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Friday, February 25, 2000 12:20 PM
Subject: [DUG]: Function key assignments in Delphi
&
Does anyone know how I could assign function keys (F2..F4) to cut,copy,and
paste within Delphi (or within Windows altogether, even better)?I do a
lot of copying and pasting, and when using the mouse I find using ctrl-C etc
giving me rsi/ooz symptoms.
Should be simple, but can't find it anywhe