From: Nick Plant To: djgpp AT delorie DOT com MMDF-Warning: Parse error in original version of preceding line at punt-1.mail.demon.net Subject: Re: ALLEGRO: Problems with keyboard shortcut to edit box Date: Thu, 19 Jun 1997 17:44:59 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <866738728.119486.0@acecoin.demon.co.uk> Precedence: bulk Shawn Hargreaves writes: > Nick Plant writes: > >The problem is, I can't get the shortcuts to the edit boxes working > >properly. > > What do you think they ought to do? I want ALT-S and ALT-D to give the focus to objects. readkey returns 0x1F00 and 0x2000. Can I use these values or do I need to modify d_edit_proc ? > If you want to make tabs wrap in the more normal > manner, change the move_focus() routine in gui.c, and send me the diffs Thanks, I'll have a look at this.