Werner Merkl: > When we enter range with us keyboard we get: > >>> range( > [range([start,] stop[, step]) -> list of integers] > > When we do this with German keyboard we get... nothing, >... > BTW: Changes to Python24\Lib\site-packages\pythonwin\pywin\default.cfg > didn't help.
It appears that the bindings are done by key code rather than character. You may be able to patch this up in pythonwin\pywin\scintilla\keycodes.py Neil -- http://mail.python.org/mailman/listinfo/python-list