Hi,
How to ignore a shortcut key for any menu.
To change the shortcut key we have following function
Fl_Menu_::shortcut(keyvalue)
by this function i can change the key. To disable the shortcut key i have tried
to set -1. But this gives error when i open that menu.
If i use FL_Output on some window and i try to get the keys in handle function
like
int handle(int e)
{
case FL_KEYDOWN:
}
Then Fl_Output eats the ascii keys(a-z,A-Z). Control never reach in this case
when i press any ascii key. While it's working for other keys(alt,shift etc)
Please suggest how to get ascii keys for this case.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk