From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6433 invoked by alias); 19 Jun 2008 14:51:26 -0000 Received: (qmail 6425 invoked by uid 22791); 19 Jun 2008 14:51:25 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 19 Jun 2008 14:51:03 +0000 Received: by wr-out-0506.google.com with SMTP id 50so617312wri.2 for ; Thu, 19 Jun 2008 07:51:01 -0700 (PDT) Received: by 10.90.34.4 with SMTP id h4mr2750979agh.10.1213887060941; Thu, 19 Jun 2008 07:51:00 -0700 (PDT) Received: by 10.90.95.3 with HTTP; Thu, 19 Jun 2008 07:51:00 -0700 (PDT) Message-ID: Date: Thu, 19 Jun 2008 15:13:00 -0000 From: "Frank Jacobs" To: cygwin@cygwin.com Subject: Re: Shift-Tab for Backwards Completion MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2008-06/txt/msg00385.txt.bz2 > Because Windows Console returns the same keycode for shifted/ > unshifted and for the Ctrl key. You can easily test that with > [Ctrl][V] or "od -c" (which are the standards tools to find out the > key codes to be able to assign actions to them). Thanks. Yeah, I do notice that "od -c" yields different results as you said. When running in an xterm, "od -c" returns different codes for TAB and SHIFT-TAB. As you said, the standard Windows console window returns the same key code for the two keystrokes in "od =96c". Am I correct that getting this working (in the standard Windows console) is not going to be possible? Is there anyway way with I could somehow define a key assignment where it looks to see whether the SHIFT key is pressed whenever a TAB keycode occurs? Frank -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/