From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13984 invoked by alias); 13 Feb 2008 09:13:09 -0000 Received: (qmail 13975 invoked by uid 22791); 13 Feb 2008 09:13:08 -0000 X-Spam-Check-By: sourceware.org Received: from hoat.troll.no (HELO hoat.troll.no) (62.70.27.150) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 13 Feb 2008 09:12:51 +0000 Received: from localhost (localhost [127.0.0.1]) by hoat.troll.no (Postfix) with ESMTP id 1A878580C6 for ; Wed, 13 Feb 2008 10:12:05 +0100 (CET) Received: from hoat.troll.no ([127.0.0.1]) by localhost (hoat.troll.no [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 17280-09 for ; Wed, 13 Feb 2008 10:12:04 +0100 (CET) Received: from gar.trolltech.de (gar.trolltech.de [10.4.0.24]) by hoat.troll.no (Postfix) with ESMTP id C382E580C4 for ; Wed, 13 Feb 2008 10:12:04 +0100 (CET) From: =?utf-8?q?Andr=C3=A9_P=C3=B6nitz?= To: gdb@sourceware.org Subject: Re: Binding F10 key to 'next' Date: Wed, 13 Feb 2008 09:13:00 -0000 User-Agent: KMail/1.9.6 References: <47B11209.9090803@toyon.com> <1202845518.19253.99.camel@localhost.localdomain> In-Reply-To: <1202845518.19253.99.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802131012.38311.apoenitz@trolltech.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-02/txt/msg00086.txt.bz2 On Tuesday 12 February 2008 20:45:18 Michael Snyder wrote: > On Mon, 2008-02-11 at 19:27 -0800, Chris Stankevitz wrote: > > Is it possible to bind the F10 key to the "next" operation? > > [...] > If it is possible (which is likely), it would have to be > supported by your terminal or window manager, not by gdb. Indeed. If the environment you live in uses readline you can try putting the following line (including all quotes) in your ~/.inputrc : "\e[21~": "next\n" Regards, Andre'