Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Caret key quits idle on pt keyboard Date: Mon, 30 Nov 2015 17:13:00 +0100 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de g6JeQX1qzSbZaLtDa5akqw+/oXNtHAx2kXxRwNX7AIMQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'macos': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; '>on': 0.16; 'bugs.': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'hmm.': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:key': 0.16; 'wrote:': 0.16; 'laura': 0.18; '>>>': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; '(on': 0.22; 'keyboard': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'seems': 0.23; 'dec': 0.23; "doesn't": 0.26; 'chris': 0.26; 'wonder': 0.27; 'fine': 0.28; 'received:se': 0.29; 'idle': 0.33; 'though.': 0.33; 'tue,': 0.34; 'on,': 0.35; 'could': 0.35; 'but': 0.36; 'should': 0.36; 'there': 0.36; 'subject:: ': 0.37; 'charset :us-ascii': 0.37; 'version': 0.38; 'test': 0.39; 'space': 0.40; 'press': 0.61; 'header:Message-Id:1': 0.61; 'header:In-reply- to:1': 0.84; 'non-bmp': 0.84; 'safe.': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448899982; bh=8jGt2VOypMMhBLZRwdMkxowQjOHecfNSEK0muGAxbho=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=SSILpI/zLUt8qiiC/DidgZvYVCtF9KepU46Wc1N2IhjI37pUzJNb1I2AiLjqqswrY 8ppON3n+Fj1u8F4KrUwlzWlvL67CjCC8G7r/gl2jxpvrxHBeSfvB/QdT6bju3JeMRR HOeGfS8njxjxjdwkI+5VNyC5hz3QY3hwfAVtJCL4= In-reply-to: Comments: In-reply-to Chris Angelico message dated "Tue, 01 Dec 2015 02:57:15 +1100." Content-ID: <14132.1448899980.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 30 Nov 2015 17:13:02 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99740 In a message of Tue, 01 Dec 2015 02:57:15 +1100, Chris Angelico writes: >On Tue, Dec 1, 2015 at 2:10 AM, Random832 wrote: >> On 2015-11-30, Chris Angelico wrote: >>> Hmm. This could be part of the known issues with Tk (on which Idle >>> depends) and non-BMP characters, but a caret should be safe. >> >> Is there a known issue with dead keys? From what I can find the >> Portuguese keyboard doesn't have a "proper" caret, it has a >> circumflex dead key which you can press space or any non-vowel to >> get a caret. Seems to work fine for me though. > >Ah, that might explain it. I don't have a system to test it on, >though. Definitely needs OS/Python version details. > >ChrisA I have a Swedish keyboard which has a caret dead-key that works as Random832 describes. Idle works perfectly well for me. There are a bunch of MacOS specific idle keyboard bugs. I wonder if this is (possibly another) one of them. Laura