Is it a bug of 2.8.3.0?

In my interactive shell window based on pyshell, I found that the
Ctrl+Enter and Alt+P cannot work at all. My platform is windows xp,
wxpython version is 2.8.3.0. And I also tried the pyshell in demo,
it's the same problem. Has anyone encounter this problem. Is it a bug
of 2.8.3.0? I didn't try 2.8.4.x yet.

···

--
I like python!
UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
My Blog: http://www.donews.net/limodou

limodou wrote:
> In my interactive shell window based on pyshell, I found that the
> Ctrl+Enter and Alt+P cannot work at all. My platform is windows xp,
> wxpython version is 2.8.3.0. And I also tried the pyshell in demo,
> it's the same problem. Has anyone encounter this problem. Is it a bug
> of 2.8.3.0? I didn't try 2.8.4.x yet.
>

Alt-P works fine for me, are you sure you don't have a menu accelerator
set to use it, or something like that?

No, I checked but didn't find I set Alt+P in menu accelerator. But
I'll check it more carefully.

The Ctrl-Enter is being reserved for a navigation key, probably for the
notebook containing the shell window. If the shell is used in a frame
by itself then it is able to ge the Ctrl-Enter. You can also see this
in the demo with the KeyEvents sample when it is run standalone vs.
running in the demo.

Oh, I indeed use pyshell in a notebook just like what you said. So if
it means that I should change the pyshell code and binding some keys.
I think pyshell in demo is in the same situation.

Thanks a lot.

···

On 8/30/07, Robin Dunn <robin@alldunn.com> wrote:

--
I like python!
UliPad <<The Python Editor>>: Google Code Archive - Long-term storage for Google Code Project Hosting.
My Blog: http://www.donews.net/limodou