[ python-Bugs-833957 ] Ctrl+key combos stop working in IDLE

SourceForge.net noreply at sourceforge.net
Sun Nov 16 23:56:03 EST 2003


Bugs item #833957, was opened at 2003-10-31 19:27
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=833957&group_id=5470

Category: IDLE
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Kirby Urner (urnerk)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Ctrl+key combos stop working in IDLE

Initial Comment:
After awhile using Python 2.3 IDLE in Windows, the 
control keys such as Ctrl+C (copy) and Ctrl+V (paste) 
stop having any effect.  Menu pulldowns continue to 
work.

I have yet to notice what circumstances might trigger 
this behavior.



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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-11-16 23:56

Message:
Logged In: YES 
user_id=149084

I haven't observed this behavior, nor heard of it before.
What version of Windows are you using? 

The keybindings are established in Tk just after IDLE
starts and are subsequently intercepted and handled
by the Tk library.

Do all the Ctrl bindings fail? Even Tk defaults like Ctrl-E,
which goes to end of line?

What about Alt bindings?

Do the Ctrl keys work in other applications after they 
stop working in IDLE?

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

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



More information about the Python-bugs-list mailing list