From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15024 invoked by alias); 30 Jan 2015 10:12:16 -0000 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 Received: (qmail 14992 invoked by uid 89); 30 Jan 2015 10:12:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f54.google.com Received: from mail-oi0-f54.google.com (HELO mail-oi0-f54.google.com) (209.85.218.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 30 Jan 2015 10:12:13 +0000 Received: by mail-oi0-f54.google.com with SMTP id v63so33976373oia.13 for ; Fri, 30 Jan 2015 02:12:11 -0800 (PST) X-Received: by 10.182.91.6 with SMTP id ca6mr3163559obb.17.1422612731213; Fri, 30 Jan 2015 02:12:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.97.9 with HTTP; Fri, 30 Jan 2015 02:11:50 -0800 (PST) From: Aleksey Midenkov Date: Fri, 30 Jan 2015 18:39:00 -0000 Message-ID: Subject: Modifying keymap for TUI mode To: gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-01/txt/msg00086.txt.bz2 Is it possible to modify keymap for TUI mode? I want to assign key bindings for commands 'si' and 'ni' (step one instruction).