[ python-Bugs-1179168 ] IDLE bug - changing shortcuts - Shift-Tab broken!

SourceForge.net noreply at sourceforge.net
Tue Jul 18 06:05:30 CEST 2006


Bugs item #1179168, was opened at 2005-04-08 07:54
Message generated for change (Settings changed) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1179168&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: None
>Status: Closed
>Resolution: Fixed
Priority: 6
Submitted By: Przemysław Gocyła (bld_d16)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE bug - changing shortcuts - Shift-Tab broken!

Initial Comment:
On Python 2.4.1 on WinXP I have changed keyboard 
shortcut settings for indent/unindent.
New shorcut was Tab/Shift+Tab.

When I did it IDLE hanged up and I could not to launch it 
again.

I have tried everything. Uninstall whole Python and then 
reinstall (tried both version 2.3 and 2.4).
It just looks like from the change of shortcuts IDLE don't 
works.

I tried to:
  import idlelib.PyShell
  idlelib.PyShell.main()
and result with bug are in attachment

Where is the information about IDLE shortcuts keeped ?
Why IDLE remember this even after reinstall ?
How to fix it up?

Best regards,
Przemek

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

>Comment By: Kurt B. Kaiser (kbk)
Date: 2006-07-18 00:05

Message:
Logged In: YES 
user_id=149084

rev 50695

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

Comment By: Kurt B. Kaiser (kbk)
Date: 2005-04-14 16:58

Message:
Logged In: YES 
user_id=149084

Your user keyset config file on Windows is at
Documents and Settings\<YourUserName>\.idlerc\config-keys.cfg
This file doesn't get removed when Python is uninstalled.

Open this file with a text editor and find the <Key-tab> entry.
Change it to <Key-Tab>

This is a bug in IDLE.  (normally people don't try to re-assign
the tab key, so it got missed)

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

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


More information about the Python-bugs-list mailing list