From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31436 invoked by alias); 4 Jul 2012 05:03:59 -0000 Received: (qmail 31416 invoked by uid 22791); 4 Jul 2012 05:03:57 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_05,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-yx0-f169.google.com (HELO mail-yx0-f169.google.com) (209.85.213.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 Jul 2012 05:03:45 +0000 Received: by yenr5 with SMTP id r5so7069157yen.0 for ; Tue, 03 Jul 2012 22:03:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.182.196 with SMTP id eg4mr12228166igc.26.1341378224648; Tue, 03 Jul 2012 22:03:44 -0700 (PDT) Received: by 10.64.137.134 with HTTP; Tue, 3 Jul 2012 22:03:44 -0700 (PDT) Date: Wed, 04 Jul 2012 05:03:00 -0000 Message-ID: Subject: How to customize the shortcut key for gdbtui ? From: Tom Frank To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2012-07/txt/msg00001.txt.bz2 I want to change the ctrl-L shortcut key to ctrl-a? How can I modify the source code for this ? Thanks!