idle key rebinding - howto

vincent wehren v.wehren at home.nl
Mon May 12 16:11:18 EDT 2003


"Helmut Jarausch" <jarausch at skynet.be> schrieb im Newsbeitrag
news:3ebff970$0$11125$ba620e4c at reader0.news.skynet.be...
> Hi all
>
> on my Linux box <Alt> W is bound to the Windows pull down menu
> of idle.
> Unfortunately 'Copy to clipboard' is bound to <Alt> W, as well.
> How can I change these key bindings?

In EditorWindow.py you'll find:

menu_specs = [
        ("file", "_File"),
        ("edit", "_Edit"),
        ("windows", "_Windows"),
        ("help", "_Help"),
    ]

The underscore determines the position of mnemonic.

Tschö wah!
Vincent Wehren
>
> Thanks for a hint,
>
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>






More information about the Python-list mailing list