RE: [DUG]: Function key assignments in Delphi

2000-02-25 Thread Patrick Dunford
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

[DUG]: Function key assignments in Delphi

2000-02-25 Thread Alistair George
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

Re: [DUG]: Function key assignments in Delphi

2000-02-25 Thread Peter J
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 &

[DUG]: Function key assignments in Delphi

2000-02-24 Thread David Andreae
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