Oliver Schode added the comment:

This is a bug you'll run into whenever you set a key binding that is somehow 
ambiguous to IDLE and for some other reason than being already assigned (for in 
that case, IDLE will warn, but only then). Like when you set a binding, that 
would normally be interpreted by the editor for some input modification or so. 
I think this should be handled more gracefully or at least fail in a more 
informative way, esp. since beginners on Windows may not be that comfortable on 
the command line.

A "hard" workaround for the time being is to simply remove your config-keys.cfg 
file, thus resetting all bindings to their default. On Windows this is usually 
located in your .idlerc directory in C:\Users\YourName\. You might also edit 
this file by hand and just remove the offending binding, although that assumes 
you know which one it is, of course.

----------
nosy: +Ritornell

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28711>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to