From owner-freebsd-questions@FreeBSD.ORG Thu May 29 22:28:34 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 8407037B401 for ; Thu, 29 May 2003 22:28:34 -0700 (PDT) Received: from priv-edtnes53.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F07643F3F for ; Thu, 29 May 2003 22:28:33 -0700 (PDT) (envelope-from viktorlazlo@telus.net) Received: from njamn8or ([207.6.229.118]) by priv-edtnes53.telusplanet.net ESMTP <20030530052831.LVAF26364.priv-edtnes53.telusplanet.net@njamn8or>; Thu, 29 May 2003 23:28:31 -0600 Date: Thu, 29 May 2003 22:28:25 -0700 (PDT) From: Viktor Lazlo X-X-Sender: viktorlazlo@njamn8or.no-ip.org To: Eduardo Viruena Silva In-Reply-To: <65060.200.67.206.132.1054271752.squirrel@mail.esfm.ipn.mx> Message-ID: <20030529222635.D26939@njamn8or.no-ip.org> References: <65060.200.67.206.132.1054271752.squirrel@mail.esfm.ipn.mx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org 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:28:34 -0000 On Fri, 30 May 2003, Eduardo Viruena Silva wrote: > 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? Tab defaults to moving through the fields. On most systems you can enter a tab into one of the text fields using an alternate keystroke like Ctrl-i, or you can copy and paste it. Cheers, Viktor