Global in der eigenen Anwendung:
TApplicationEvents z.B. auf die Hauptform und da im OnShortCut drauf reagieren.
Strg+F10 :
if (Msg.CharCode = VK_F10) and (ssCtrl in KeyDataToShiftState(Msg.KeyData)) then
bzw.
if (Msg.CharCode = VK_F10) and ([ssCtrl] = KeyDataToShiftState(Msg.KeyData)) then
Ganz Global im ganzen Windows:
RegisterHotKey