From owner-freebsd-questions@FreeBSD.ORG Thu May 29 22:26:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 626AF37B401 for ; Thu, 29 May 2003 22:26:46 -0700 (PDT) Received: from smtp.prodigy.net.mx (dup-148-235-168-30.prodigy.net.mx [148.235.168.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 930FE43FA3 for ; Thu, 29 May 2003 22:26:45 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-120.prodigy.net.mx [200.67.41.120]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HFO005KIPP9KJ@SMTP.Prodigy.Net.mx>; Fri, 30 May 2003 00:24:47 -0500 (CDT) Date: Fri, 30 May 2003 00:27:12 -0500 From: Alfonso Romero To: freebsd-questions , Eduardo Viruena Silva Message-id: <023d01c3266c$1fdb6020$0100a8c0@ibac> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <65060.200.67.206.132.1054271752.squirrel@mail.esfm.ipn.mx> Subject: Re: tab in an input box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 05:26:46 -0000 There must be an event associated with pressing the tab key. For example, in Visual Basic you can use the On_keypress event, or something like that (itīs been a long time since my last program in VB) to detect if the user has pressed a special key, like tab or insert, and then use it for what you want to do. Or maybe you can use Shift+Tab, like when using Shift+Return? ----- Original Message ----- From: "Eduardo Viruena Silva" To: Sent: Friday, May 30, 2003 12:15 AM Subject: tab in an input box > > For many years I have used several GUI, but I never have > learnt to include a "tab" char in an input box. > > Tab char always changes the graphic item you are working with, > v. gr. I'm using SquirrelMail to write this text. If I > press "tab" the focus of my web browser changes to the "send" > button. > > Is it possible to include "tab" in an input box? > how? > > Thanks in advance. > > Eduardo. > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >