kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #13703
Re: Python Scripting Window event handling
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Jean-Samuel Reynaud <js.reynaud@xxxxxxxxx>
-
Date:
Fri, 13 Jun 2014 12:08:19 +0200
-
In-reply-to:
<CAKLXgru=bmxSQrydd348ubhnPXNzxyDQNVtSqAqKMfcZUq4t5A@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
Hi,
As I understand 'x' and 'o' are global hotkeys (defined on menubar from
menubar_pcbframe.cpp:363) and
other keys (for example 'm') is defined only as hotkey in PCB_EDIT_FRAME
context).
Some solution can be:
- remove those global hotkey and define them only on PCB_EDIT_FRAME
context (but in this case the hotkey information will not be visible on
main menu)
or
- Try to stop the hotkey handling in the console (perhaps not all since
Ctrl+XX hotkey will be supposed to still work in this context)
Or perhaps there is other way to handle this kind of issue.
Le 13/06/2014 09:43, Brian Sidebotham a écrit :
> I know I had this same problem with the python console on Windows. I
> don't t think this is something that changed, I think it's always been
> there.
>
> I can test on Windows tonight for you and let you know.
>
> Best Regards, Brian.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
References