|
From: Alexander S.K. <al...@be...> - 2013-11-26 11:50:50
|
Hi,
just a few words about the latest changes.
Now keyboard hook procedure works in both Winapi and GTK versions.
If we use, for example,
SET KEY 0,VK_F3 TO hwg_Msginfo("F3")
it works in a window or a dialog where we set it, independently of
which control is in focus.
If we use
SET KEY GLOBAL 0,VK_F3 TO hwg_Msginfo("F3")
it will work everywhere in application, independently of which
window, dialog, control is active.
Regards, Alexander.
|