gucharmap r1759 - trunk/gucharmap



Author: chpe
Date: Mon Mar 31 12:44:11 2008
New Revision: 1759
URL: http://svn.gnome.org/viewvc/gucharmap?rev=1759&view=rev

Log:
Add shortcuts to ZoomIn/Out/100.


Modified:
   trunk/gucharmap/gucharmap-window.c

Modified: trunk/gucharmap/gucharmap-window.c
==============================================================================
--- trunk/gucharmap/gucharmap-window.c	(original)
+++ trunk/gucharmap/gucharmap-window.c	Mon Mar 31 12:44:11 2008
@@ -839,11 +839,11 @@
     { "Close", GTK_STOCK_CLOSE, NULL, NULL,
       NULL, G_CALLBACK (close_window) },
 
-    { "ZoomIn", GTK_STOCK_ZOOM_IN, NULL, NULL,
+    { "ZoomIn", GTK_STOCK_ZOOM_IN, NULL, "<control>plus",
       NULL, G_CALLBACK (font_bigger) },
-    { "ZoomOut", GTK_STOCK_ZOOM_OUT, NULL, NULL,
+    { "ZoomOut", GTK_STOCK_ZOOM_OUT, NULL, "<control>minus",
       NULL, G_CALLBACK (font_smaller) },
-    { "NormalSize", GTK_STOCK_ZOOM_100, NULL, NULL,
+    { "NormalSize", GTK_STOCK_ZOOM_100, NULL, "<control>0",
       NULL, G_CALLBACK (font_default) },
 
     { "Find", GTK_STOCK_FIND, NULL, NULL,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]