The "inHotKeyCode" is a integer but I don't know what to enter there ... i want to be language independet, but keycodes aren't independent. I searched all the dev documentation but found no answer !
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
OSStatus RegisterEventHotKey (
UInt32 inHotKeyCode,
UInt32 inHotKeyModifiers,
EventHotKeyID inHotKeyID,
EventTargetRef inTarget,
OptionBits inOptions,
EventHotKeyRef *outRef
);
</font>[/code]