s> The issue is that while Windows has wxPython's
s> wx.Window.RegisterHotKey() for hotkeys, Mac doesn't seem to have any
s> equivalent.
No, this feature is Windows-only.
s> Is there no solution?
I am not a OS X expert so I don't know about this. If it's possible to do
this in Objective C it should be possible (and not too difficult) to do it
in wx too -- but, of course, someone would still need to do it.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
This app seems to be able to do it, and there's source available too.
Can you please post back to the list if you found out how to do it?
Thanks,
Ron
>>The issue is that while Windows has wxPython's
>> wx.Window.RegisterHotKey() for hotkeys, Mac doesn't seem to have any
>> equivalent. The hotkey must be received when my application is running
>> in the background and doesn't have focus (system-wide hotkey).
>>
>> Is there no solution?
the implementation will have to use RegisterEventHotKey, but I don't have
the time to do it right now, you could open a feature request on trac
though, so that we can keep the info together
Best,
Stefan
Ron
Op 21-04-11 19:10, seanybob schreef:
> Any news on this? Noticed Csomor accepted it in the Trac several months ago, but no updates.
>
> --
> Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
>
> To unsubscribe, send email to wx-users+u...@googlegroups.com
> or visit http://groups.google.com/group/wx-users
Any news on this? Noticed Csomor accepted it in the Trac several months ago, but no updates.