shortcut for reconcile in gnucash 2.x
Christian Krause
chkr at plauener.de
Sat Nov 19 10:39:06 EST 2005
Hi,
it seems, that the shortcut ctrl-r is bound to Refresh and to Reconcile
in the main window with an opened account tree.
Please remove the shortcut from one of these menu entries.
I've solved the problem by removing ctrl-r from Refresh because I'm used
to ctrl-r for reconcile (as in gnucash 1.8.x).
------------------------------------------------
===================================================================
--- src/gnome-utils/gnc-main-window.c (revision 11972)
+++ src/gnome-utils/gnc-main-window.c (working copy)
@@ -246,7 +246,7 @@
/* View menu */
- { "ViewRefreshAction", GTK_STOCK_REFRESH, N_("_Refresh"), "<control>r",
+ { "ViewRefreshAction", GTK_STOCK_REFRESH, N_("Refresh"), NULL,
N_("Refresh this window"),
G_CALLBACK (gnc_main_window_cmd_view_refresh) },
------------------------------------------------
Best regards,
Christian
More information about the gnucash-devel
mailing list