From owner-freebsd-questions@FreeBSD.ORG Fri Aug 19 22:46:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 0BE7F16A41F for ; Fri, 19 Aug 2005 22:46:32 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4809243D45 for ; Fri, 19 Aug 2005 22:46:30 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j7JMkTiw003484; Sat, 20 Aug 2005 01:46:29 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j7JMkRtH010448; Sat, 20 Aug 2005 01:46:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j7JMkRnI010447; Sat, 20 Aug 2005 01:46:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 20 Aug 2005 01:46:26 +0300 From: Giorgos Keramidas To: John Williams Message-ID: <20050819224626.GB10088@flame.pc> References: <20050819193928.6028.qmail@web52615.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050819193928.6028.qmail@web52615.mail.yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: how to set backquote on PC keyboard telneting to FREEBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 22:46:32 -0000 On 2005-08-19 12:39, John Williams wrote: > Dear LIst, > i'm sure this is simple ... I am using a PC to telnet to a FreeBSD > system. The backquote key does not work. I believe the STTY command > is used to set the backquote key on FreeBSD. Can anyone tell me the > STTY command syntax to do this?? Is the "PC" running Windows? Some installations of Windows use the backquote character as a special "accent character", which adds a grave accent "`" mark above the next character typed. If you hit the backquote key and then quickly SPACE, a single backquote is then sent to the application (and to FreeBSD, through the SSH connection). - Giorgos