From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23330 invoked by alias); 12 Feb 2008 03:27:23 -0000 Received: (qmail 23321 invoked by uid 22791); 12 Feb 2008 03:27:23 -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 03:27:05 +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 m1C3VJBY028213 for ; Mon, 11 Feb 2008 19:31:20 -0800 Message-ID: <47B11209.9090803@toyon.com> Date: Tue, 12 Feb 2008 03:27:00 -0000 From: Chris Stankevitz User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: gdb@sourceware.org Subject: Binding F10 key to 'next' 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/msg00063.txt.bz2 Hello, Is it possible to bind the F10 key to the "next" operation? The following did not work: (gdb) define F10 Type commands for definition of "f10". End with a line saying just "end". >n >end Thank you, Chris