Re: Programming hot key

2009-11-04 Thread Eric Schlegel
On Nov 4, 2009, at 8:05 AM, Matt Neuburg wrote: > But isn't the real problem that there is no API for discovering what global > hot keys are registered with the system? I've been asking for this since Mac > OS X 10.0; not only do apps need it, users need it. The system must *know* > this, since i

Re: Programming hot key

2009-11-04 Thread Matt Neuburg
On Tue, 03 Nov 2009 20:06:50 -0800, Eric Schlegel said: > >On Nov 3, 2009, at 6:10 PM, Symadept wrote: > >> Hi, >> >> Anybody tell me can I program a hot key which shall not block the other apps >> responding to it. >> >> Lets say I have registered hot key Command+P for some operation for my app

Re: Programming hot key

2009-11-03 Thread Eric Schlegel
On Nov 3, 2009, at 6:10 PM, Symadept wrote: > Hi, > > Anybody tell me can I program a hot key which shall not block the other apps > responding to it. > > Lets say I have registered hot key Command+P for some operation for my app, > it shall not block the other apps responding to it. You shoul

Programming hot key

2009-11-03 Thread Symadept
Hi, Anybody tell me can I program a hot key which shall not block the other apps responding to it. Lets say I have registered hot key Command+P for some operation for my app, it shall not block the other apps responding to it. How can I do this? Regards Symadept