Hiho!
Would it make sense to you to enable keyboard access to
the menuentries in the toolbox?
I find it quite irritating that I can't get the File dialog
with Alt-F resp. Alt-D (German Datei). At least for beginners
not yet familiar with the shortcuts or the do-it-yourself-
shortcut-system it would be a good start to use GIMP like
any other program.
Also this would allow to reach the entries from the Xtns menu
better.
Patchlet like always attached :)
--
Servus,
Daniel
--- menus.c.origThu Feb 24 18:10:17 2000
+++ menus.c Thu Feb 24 18:10:52 2000
@@ -122,7 +122,7 @@
{
/* /File */
- { { N_("/File"), NULL, NULL, 0, "" },
+ { { N_("/_File"), NULL, NULL, 0, "" },
NULL, NULL },
{ { N_("/File/New..."), "N", file_new_cmd_callback, 0 },
"file/dialogs/file_new.html", NULL },
@@ -193,7 +193,7 @@
/* /Xtns */
- { { N_("/Xtns"), NULL, NULL, 0, "" },
+ { { N_("/_Xtns"), NULL, NULL, 0, "" },
NULL, NULL },
{ { N_("/Xtns/Module Browser..."), NULL, dialogs_module_browser_cmd_callback, 0 },
"dialogs/module_browser.html", NULL },
@@ -203,7 +203,7 @@
/* /Help */
- { { N_("/Help"), NULL, NULL, 0, "" },
+ { { N_("/_Help"), NULL, NULL, 0, "" },
NULL, NULL },
{ { N_("/Help/Help..."), "F1", help_help_cmd_callback, 0 },
"help/dialogs/help.html", NULL },