Re: Global Shortcuts

2011-04-17 Thread Florian Pilz
ementation, the Carbon methods fit perfectly. 2011/4/17 Dave DeLong : > > On Apr 16, 2011, at 2:57 PM, Bavarious wrote: > >> On 16 Apr 2011, at 13:02, Eric Schlegel wrote: >>> On Apr 16, 2011, at 2:59 AM, Florian Pilz wrote: >>> >>>> However the C

Re: Global Shortcuts

2011-04-16 Thread Dave DeLong
On Apr 16, 2011, at 2:57 PM, Bavarious wrote: > On 16 Apr 2011, at 13:02, Eric Schlegel wrote: >> On Apr 16, 2011, at 2:59 AM, Florian Pilz wrote: >> >>> However the Carbon API for global shortcuts (RegisterEventHotKey) is >>> marked as 'Legacy'. I a

Re: Global Shortcuts

2011-04-16 Thread Bavarious
On 16 Apr 2011, at 13:02, Eric Schlegel wrote: > On Apr 16, 2011, at 2:59 AM, Florian Pilz wrote: > >> However the Carbon API for global shortcuts (RegisterEventHotKey) is >> marked as 'Legacy'. I am not sure if thats the same as 'deprecated' in >> App

Re: Global Shortcuts

2011-04-16 Thread Eric Schlegel
On Apr 16, 2011, at 2:59 AM, Florian Pilz wrote: > However the Carbon API for global shortcuts (RegisterEventHotKey) is > marked as 'Legacy'. I am not sure if thats the same as 'deprecated' in > Apple terms It's not. > So my question is: Is the Carbon AP

Global Shortcuts

2011-04-16 Thread Florian Pilz
I am searching for the 'modern' way to define global shortcuts. I searched for it and found all over the web, that the old Carbon API should be used, because it's way more convenient than using NSEvent. However the Carbon API for global shortcuts (RegisterEventHotKey) is marked as