From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26884 invoked by alias); 12 Feb 2008 21:43:39 -0000 Received: (qmail 26874 invoked by uid 22791); 12 Feb 2008 21:43:38 -0000 X-Spam-Check-By: sourceware.org Received: from hosts253.toyon.com (HELO smtp1.toyon.com) (65.160.147.253) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 12 Feb 2008 21:43:17 +0000 Received: from [172.16.1.36] (hosts253.toyon.com [65.160.147.253]) (authenticated bits=0) by smtp1.toyon.com (8.13.1/8.12.11) with ESMTP id m1CLlWnP000875 for ; Tue, 12 Feb 2008 13:47:32 -0800 Message-ID: <47B212F4.2070106@toyon.com> Date: Tue, 12 Feb 2008 21:43:00 -0000 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Re: Binding F10 key to 'next' References: <47B11209.9090803@toyon.com> <1202845518.19253.99.camel@localhost.localdomain> In-Reply-To: <1202845518.19253.99.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00079.txt.bz2 Michael Snyder wrote: > If it is possible (which is likely), it would have to be > supported by your terminal or window manager, not by gdb. Michael, Are you suggesting I investigate whether my terminal (xterm) or WM (gnome) could perform a binding such that whenever I type the F10 key, the string "next\n" is sent to the active program? Chris