X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NIXSPAM_IXHASH,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org From: "Nellis, Kenneth" To: "cygwin AT cygwin DOT com" Subject: RE: Small request for the new cygwin terminal Date: Thu, 7 Jun 2012 14:56:57 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A70C799@USA7109MB022.na.xerox.net> References: In-Reply-To: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 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 base64 to 8bit by delorie.com id q57ExA4J014309 -----Original Message----- From: Andy Koppe It is done on purpose, to allow Shift+Esc to be bound to a different function if desired. It's documented here: [1] http://code.google.com/p/mintty/wiki/Keycodes#Special_keys Shift+ESC sends the Unicode codepoint U+009B, aka the Control Sequence Introducer (CSI) character. -----END Original Message----- My experience does not agree with the "Special keys" table at the page referenced by that URL. When pressing the unmodified Pause/Break key, I get ^], which maps to Pause in your table, and pressing Ctrl+Pause/Break, I get ^\, which maps to Break in your table, so this agrees with the statement, "Pause and Break usually share a key, whereby Ctrl has to be pressed to get the Break function." But, when I press Shift+Pause/Break, because I'm not pressing Ctrl, I should get your table's Pause/Shift result, U+009C, but I get 9D. Similarly, when I press Ctrl+Shift+Pause/Break, because I am pressing Ctrl, I should get your table's Break/Shift result, U+009D, but I get 9C. Also, when I press either Ctrl+Tab or Ctrl+Shift+Tab, instead of getting what the table indicates, I don't get anything at all. --Ken Nellis