I want to use the function keys in a MUI application.
I have succeeded using the functions keys "alone" (with no qualifier key).
But when I want to use one (or several) qualifier key (shift, alt, ctrl...) it
doesn't works: hiting the keys gives no event...
I'm using the next method:
DoMethod (MUI_object,
MUIM_Notify, MUIA_Window_InputEvent, "F1",
MUIV_Notify_Application, 2, MUIM_Application_ReturnID, KEY_ID);
It works nice.
If I replace F1 using, for example, "Shift-F1" it doesn't works any more...
Any idea?