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 'Legacy'. I am not sure if thats the same as 'deprecated' in Apple terms, since all people on the web say the Carbon API should be used as long as it is not marked as deprecated. So my question is: Is the Carbon API still the way to go? If not, is there a better way rather using NSEvent where I must handle (and filter) any event thrown by the system? Best wishes Florian _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com