[pitivi] timeline: Remove "Keyframe" from the toolbar, but keep the keyboard shortcut
- From: Jean-FranÃois Fortin Tam <jfft src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] timeline: Remove "Keyframe" from the toolbar, but keep the keyboard shortcut
- Date: Mon, 15 Oct 2012 16:38:32 +0000 (UTC)
commit f7a10b1b049e4adbbb4ecd94dac1e8869849f41a
Author: Jean-FranÃois Fortin Tam <nekohayo gmail com>
Date: Tue Oct 9 20:54:49 2012 -0400
timeline: Remove "Keyframe" from the toolbar, but keep the keyboard shortcut
This will may eventually move to a more contextual keyframe UI,
alongside the individual effect properties for example.
pitivi/timeline/timeline.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pitivi/timeline/timeline.py b/pitivi/timeline/timeline.py
index bfd7934..cf668a5 100644
--- a/pitivi/timeline/timeline.py
+++ b/pitivi/timeline/timeline.py
@@ -149,8 +149,6 @@ ui = '''
<placeholder name="Timeline">
<separator />
<toolitem action="Split" />
- <toolitem action="Keyframe" />
- <separator />
<toolitem action="DeleteObj" />
<toolitem action="GroupObj" />
<toolitem action="UngroupObj" />
@@ -162,6 +160,7 @@ ui = '''
<accelerator action="ControlEqualAccel" />
<accelerator action="ControlKPAddAccel" />
<accelerator action="ControlKPSubtractAccel" />
+ <accelerator action="Keyframe" />
</ui>
'''
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]