r15756 - gnucash/trunk/doc - Record a couple of user suggestions for things to do with gnucash's

David Hampton hampton at cvs.gnucash.org
Sun Mar 25 23:02:55 EDT 2007


Author: hampton
Date: 2007-03-25 23:02:55 -0400 (Sun, 25 Mar 2007)
New Revision: 15756
Trac: http://svn.gnucash.org/trac/changeset/15756

Modified:
   gnucash/trunk/doc/gtkrc-2.0.gnucash
Log:
Record a couple of user suggestions for things to do with gnucash's
gtkrc file.


Modified: gnucash/trunk/doc/gtkrc-2.0.gnucash
===================================================================
--- gnucash/trunk/doc/gtkrc-2.0.gnucash	2007-03-26 02:58:23 UTC (rev 15755)
+++ gnucash/trunk/doc/gtkrc-2.0.gnucash	2007-03-26 03:02:55 UTC (rev 15756)
@@ -169,3 +169,29 @@
 widget "GncMainWindow.*.primary_color"   style : highest "gnc-register-primary"
 widget "GncMainWindow.*.secondary_color" style : highest "gnc-register-secondary"
 widget "GncMainWindow.*.split_color"     style : highest "gnc-register-split"
+
+
+
+#
+# From: calmar <mac at calmar.ws>
+# Allow changing notebook tabs with vim next/prev keys.
+#
+binding "book" {
+    bind "<Control>k" {
+    "change-current-page" (1)
+   }
+    bind "<Control>j" {
+    "change-current-page" (-1)
+   }
+}
+class "GtkNotebook" binding "book"
+
+#
+# From: calmar <mac at calmar.ws>
+# Use larger disclosure tiangles in all tree views.
+#
+style "wide-tree"
+{
+          GtkTreeView::expander_size = 20
+}
+class "GtkTreeView" style "wide-tree"



More information about the gnucash-changes mailing list