vielen Dank für die Info
aber ich komme iwie noch nicht weiter
Ich möchte über einen Systemweiten Hotkey dieses + abfangen...
Delphi-Quellcode:
if Msg.HotKey = vk_add then ... // habe ich schon
if Msg.HotKey = VK_EQUAL // kennt er nicht :S
// Edit: habe auch schon
if Msg.HotKey = 187 then ...
erfolglos ausprobiert...
// Edit2: anstatt VK_EQUAL habe ich noch VK_OEM_NEC_EQUAL gefunden, aber das geht auch nicht