[ python-Bugs-1517990 ] IDLE on macosx keybindings need work

SourceForge.net noreply at sourceforge.net
Wed Aug 9 17:22:54 CEST 2006


Bugs item #1517990, was opened at 2006-07-06 04:26
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1517990&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: IDLE
Group: Python 2.5
Status: Closed
Resolution: Fixed
Priority: 7
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Ronald Oussoren (ronaldoussoren)
Summary: IDLE on macosx keybindings need work

Initial Comment:
There is a serious issue with the keybindings for IDLE on OSX: a lot of 
them don't work correctly. One example of a not-working key-binding is 
'CMD-W', this should close the current window but doesn't.  'CMD-N' does 
create a new window though, so at least some keybindings work.


----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2006-08-09 11:22

Message:
Logged In: YES 
user_id=149084

I see you added a comment to Python's NEWS.

IDLE has its own NEWS file in idlelib: NEWS.txt!

----------------------------------------------------------------------

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-07-25 16:36

Message:
Logged In: YES 
user_id=580910

I've checked in OSX specific keybindings in revision 50833

This seems to fix all issues I had with the key bindings. The bindings are still 
not entirely compatible with that of Cocoa's textview[1], but that can't be 
helped.

I'm therefore closing this issue.

P.S. thanks for prodding me on this one, I might have let this slip beyond 2.5 
otherwise.

[1] See http://hcs.harvard.edu/~jrus/Site/System%20Bindings.html

----------------------------------------------------------------------

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-07-25 15:26

Message:
Logged In: YES 
user_id=580910

Cmd-W is fixed. I'm currenlty working my way through the keybindings and (a) 
check if they are correct for OSX and (b) if they actually work.

Sorry about the missing NEWS items, I'll commit those soon.

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2006-07-24 13:29

Message:
Logged In: YES 
user_id=149084

I see you made a change yesterday to EditorWindow
which appears to address the cmd-w bug. Could you
make an entry in NEWS.txt when you modify IDLE's
functionality?

----------------------------------------------------------------------

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2006-07-18 08:09

Message:
Logged In: YES 
user_id=580910

The keybinding definition itself seems to be correct (although I haven't reviewed 
it completely yet). The problem at this point is that IDLE doesn't respond to 
some (or even most) of them. I suspect that AquaTk is at fault here, it is really 
lousy at times.

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2006-07-17 14:06

Message:
Logged In: YES 
user_id=149084

Unfortunately, I don't have a Mac to work with.

The current Mac keybindings were devised by Tony
Lownds (tonylownds) during the transition to OSX.

Would you like to create a new section in 
config-keys.def named OSX and work up some new
bindings?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1517990&group_id=5470


More information about the Python-bugs-list mailing list