Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Mark Weil
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

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Wayne Werner
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

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread Octavian Rasnita
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,

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-06 Thread 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, and it does not work. The odd

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-05 Thread Octavian Rasnita
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

Re: [Tutor] wx accelerator table: one keystroke seems skipped

2011-01-05 Thread Corey Richardson
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

[Tutor] wx accelerator table: one keystroke seems skipped

2011-01-05 Thread 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 kind anywhere in the