summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer.xml
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2014-07-07 00:14:41 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2014-07-08 16:36:52 +0200
commitd29fc63dc2c975c736eed80f641c7b02a322e0dd (patch)
treee0219afe546def9a84c68d11d30170bae18dd69c /src/virt-viewer.xml
parent225dff3cb068d8920d647d1e0a07f3f352bbc8d4 (diff)
downloadvirt-viewer-d29fc63dc2c975c736eed80f641c7b02a322e0dd.tar.gz
virt-viewer-d29fc63dc2c975c736eed80f641c7b02a322e0dd.tar.xz
virt-viewer-d29fc63dc2c975c736eed80f641c7b02a322e0dd.zip
Make ctrl-[+-] zoom in/out in fullscreen
Make ctrl-[+-] zoom in/out in fullscreen with mouse over the control bar. https://bugzilla.redhat.com/show_bug.cgi?id=987549
Diffstat (limited to 'src/virt-viewer.xml')
-rw-r--r--src/virt-viewer.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/virt-viewer.xml b/src/virt-viewer.xml
index 8a3d3c0..fd8295f 100644
--- a/src/virt-viewer.xml
+++ b/src/virt-viewer.xml
@@ -127,6 +127,7 @@
<property name="accel_group">accelgroup</property>
<child>
<object class="GtkImageMenuItem" id="menu-view-zoom-in">
+ <property name="accel_path">&lt;virt-viewer&gt;/view/zoom-in</property>
<property name="label">gtk-zoom-in</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
@@ -139,6 +140,7 @@
</child>
<child>
<object class="GtkImageMenuItem" id="menu-view-zoom-out">
+ <property name="accel_path">&lt;virt-viewer&gt;/view/zoom-out</property>
<property name="label">gtk-zoom-out</property>
<property name="visible">True</property>
<property name="can_focus">False</property>