Ctrl-Space on OSX

Hi,

we have a multi platform application. We use Ctrl-Space as menu action key.
This is mandated by the customer.

This works on Win and Linux, but on Mac the Ctrl Key is Mapped to the Cmd key,
and Cmd-Space globally activates the spotlight search widget.

What are my options? Can I disable the mapping of Ctrl to Cmd?
Can I override the Cmd-Space global action?

Thanks,
Antonio

···

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en

You can try using an AcceleratorTable instead of using the text in the menu item. I think the table will preserve the difference between Ctrl and Cmd.

···

On 4/16/10 2:15 PM, Antonio Goméz Soto wrote:

Hi,

we have a multi platform application. We use Ctrl-Space as menu action key.
This is mandated by the customer.

This works on Win and Linux, but on Mac the Ctrl Key is Mapped to the
Cmd key,
and Cmd-Space globally activates the spotlight search widget.

What are my options? Can I disable the mapping of Ctrl to Cmd?
Can I override the Cmd-Space global action?

--
Robin Dunn
Software Craftsman

--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en