X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Thu, 19 Jun 2008 09:51:00 -0500 From: "Frank Jacobs" To: cygwin AT cygwin DOT com Subject: Re: Shift-Tab for Backwards Completion MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252 Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id m5JEpWMC018826 > 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 –c". 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/