PythonWin, AutoDoc and german keyboards...

Neil Hodgson nhodgson at bigpond.net.au
Thu Mar 3 04:03:56 EST 2005


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





More information about the Python-list mailing list