[ python-Bugs-833957 ] Ctrl+key combos stop working in IDLE
SourceForge.net
noreply at sourceforge.net
Mon Nov 17 11:04:33 EST 2003
Bugs item #833957, was opened at 2003-10-31 16:27
Message generated for change (Comment added) made by urnerk
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: Kirby Urner (urnerk)
Date: 2003-11-17 08:04
Message:
Logged In: YES
user_id=191709
I'm using WinXP Pro.
Given this has not previously been reported, I will do my best
to gather data on your questions as I continue to use IDLE.
Ideally, I will be able to duplicate it at will. We shall see.
----------------------------------------------------------------------
Comment By: Kurt B. Kaiser (kbk)
Date: 2003-11-16 20: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