Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99749

Re: Caret key quits idle on pt keyboard

From Terry Reedy <tjreedy@udel.edu>
Newsgroups comp.lang.python
Subject Re: Caret key quits idle on pt keyboard
Date 2015-11-30 12:30 -0500
Message-ID <mailman.44.1448904639.14615.python-list@python.org> (permalink)
References <ADE3DE97-52FD-4A99-838D-4BEBCC5261D6@yahoo.com> <CAPTjJmoQZGaJyq9PqE9=kNcnGXCpy7e3ncuOYkByU6pCmwznMA@mail.gmail.com> <n3hot2$fgb$1@ger.gmane.org> <CAPTjJmoRAZ5dR0wNgU2ZmyYLNJSW8_tN71bg_NHJw7O4HrYztw@mail.gmail.com> <201511301613.tAUGD09O014134@fido.openend.se>

Show all headers | View raw


On 11/30/2015 11:13 AM, Laura Creighton wrote:
> 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 <random832@fastmail.com> wrote:
>>> On 2015-11-30, Chris Angelico <rosuav@gmail.com> 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.

Older versions of tcl/tk had problems with some non-ascii keyboards. 
The fix was around 8.5.12.  The 8.5.9 that come with Mac does not have 
it.  Help | About Idle shows the tk version.

>> 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.

Some are fixed in the upcoming releases because Mark Roseman is a Mac 
user, tk expert, and now an IDLE contributor who submitted patches for 
the Mac bugs that bugged him.  Mac bugs not on the tracker are unlikely 
to be fixed, though.

-- 
Terry Jan Reedy

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Caret key quits idle on pt keyboard Terry Reedy <tjreedy@udel.edu> - 2015-11-30 12:30 -0500

csiph-web