gucharmap r1759 - trunk/gucharmap
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: gucharmap r1759 - trunk/gucharmap
- Date: Mon, 31 Mar 2008 12:44:11 +0100 (BST)
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]