Carbon Hotkeys
Carbon Hotkeys
- Subject: Carbon Hotkeys
- From: Miguel Nunes Correia <email@hidden>
- Date: Fri, 12 Sep 2003 15:31:42 +0100
I found a sample code from Apple that gives an hotkey to an application.
------
#include <Carbon/Carbon.h>
const UInt32 kMyHotKeyIdentifier='folw';
const UInt32 kMyHotKey = 36; //the return key
------
This is for Cmd+Return and i would like to make it work with
Cmd+Ctrl+Shift+Delete.
Any idea?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.