Ctrl+M isn't bound to anything in particular in wxPython (the 'enter' key or
otherwise).
Drop down menus will auto-bind menu items if you include the shortcut keys
on the menu's line item; Ctrl+N for New, for example.
The OS could also be catching the event and doing something unwanted.
Ctrl+M wo
On Thu, Jan 6, 2011 at 11:46 AM, Octavian Rasnita wrote:
>
>
I think that not the keystroke is the problem, but the library that creates
> the GUI that handles it might have a bug.
>
> I gave you the idea that Control+M might not work because for example if
> you press that hotkey in Notepad, it
From: "Alex Hall"
> On 1/6/11, Octavian Rasnita wrote:
>> From: "Alex Hall"
>>> Hello all,
>>> First, this is about a wx accelerator table, so if it is too off-topic
>>> for this list, let me know.
>>>
>>> I have a table with 23 entries, all of which work. I added another
>>> entry last night,
On 1/6/11, Octavian Rasnita wrote:
> From: "Alex Hall"
>> Hello all,
>> First, this is about a wx accelerator table, so if it is too off-topic
>> for this list, let me know.
>>
>> I have a table with 23 entries, all of which work. I added another
>> entry last night, and it does not work. The odd
From: "Alex Hall"
Hello all,
First, this is about a wx accelerator table, so if it is too off-topic
for this list, let me know.
I have a table with 23 entries, all of which work. I added another
entry last night, and it does not work. The odd thing, though, is that
I do not get an error of any
On 01/05/2011 04:41 PM, Alex Hall wrote:
> Hello all,
> First, this is about a wx accelerator table, so if it is too off-topic
> for this list, let me know.
>
> [snip]
I would go ask the wxPython mailing list or similar, just my 2 cents.
~Corey Richardson
Hello all,
First, this is about a wx accelerator table, so if it is too off-topic
for this list, let me know.
I have a table with 23 entries, all of which work. I added another
entry last night, and it does not work. The odd thing, though, is that
I do not get an error of any kind anywhere in the