X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,GENERIC_IXHASH,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE 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: Tue, 12 Jun 2012 13:11:14 +0000 Message-ID: <0D835E9B9CD07F40A48423F80D3B5A70CE87@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 q5CDBe7g005820 -----BEGIN Original Message----- From: Andy Koppe On 11 June 2012 13:55, Nellis, Kenneth wrote: > I don't get > the U+009F result from the "/" key from any combination of Ctrl > and Shift. On a US keyboard, Shift+"/" is "?", and Ctrl+"?" is itself a valid control character combination, producing ^? (i.e. 0x7F). Andy -----END Original Message----- I hate to prolong this relatively uninteresting thread, but I don't see how you addressed my point, which is that the table at http://code.google.com/p/mintty/wiki/Keycodes#Ctrl indicates that one can generate U+009F with the "/", Ctrl, and Shift keys... +-----+------+------------+ | Key | Ctrl | Ctrl+Shift | +-----+------+------------+ | / | ^_ | U+009F | +-----+------+------------+ ...but this doesn't seem to be the case, at least with a standard US keyboard. --Ken Nellis