TKd handling of custom events

univacc via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 19 15:43:58 PST 2014


Hello,

I am using TKd to dray my linux/windows app which works very good!

I would like to add a global Hotkey to my program via the Win32 
API function RegisterGlobalHotkey.
Is there a possibility to access Tk's event loop so that you can 
Handle the WM_HOTKEY message, the WinAPI sends you?

Regards,
univacc


More information about the Digitalmars-d-learn mailing list