[pitivi] timeline: Bind Ctrl+0 to the "Zoom fit" action



commit 194a714556aca9d170743ea50bf80b0b8dade731
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date:   Sat Jun 2 18:06:43 2012 -0400

    timeline: Bind Ctrl+0 to the "Zoom fit" action

 pitivi/timeline/timeline.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index eef18ad..2542330 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -695,7 +695,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
             "<Control>minus", ZOOM_OUT, self._zoomOutCb),
 
             ("ZoomFit", gtk.STOCK_ZOOM_FIT, None,
-            None, ZOOM_FIT, self._zoomFitCb),
+            "<Control>0", ZOOM_FIT, self._zoomFitCb),
 
             ("Screenshot", None, _("Export current frame..."),
             None, _("Export the frame at the current playhead "



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