this patch changes 5 chars
and should add F1 as an accellerator key for Help -> Manual
for various reasons i have not tested it (sorry)
but its a really simple patch and i think good default keybindings
are important, so i really hope some one will take just a minute or two to
apply it.
thanks
Index: menus.c
===================================================================
RCS file: /cvs/gnome/dia/app/menus.c,v
retrieving revision 1.73
diff -u -r1.73 menus.c
--- menus.c 2001/11/01 13:58:55 1.73
+++ menus.c 2001/11/26 17:14:54
@@ -266,7 +266,7 @@
{N_("/File/_Quit"), "<control>Q", file_quit_callback, 0 },
{N_("/_Help"), NULL, NULL, 0, "<Branch>" },
{ "/Help/tearoff", NULL, NULL, 0, "<Tearoff>" },
- {N_("/Help/_Manual"), NULL, help_manual_callback, 0 },
+ {N_("/Help/_Manual"), GDK_F1, help_manual_callback, 0 },
{N_("/Help/---"), NULL, NULL, 0, "<Separator>" },
{N_("/Help/_About"), NULL, help_about_callback, 0 },
};