OpenShot does not have a keyboard shortcut for adding a marker... yet

Bug #831762 reported by clockworkpc
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenShot Video Editor
Fix Released
Medium
Unassigned

Bug Description

I need a keyboard shortcut to add a marker in OpenShot, so here is what worked for me:

Here is what my change looks like in code:

if self.is_edit_mode == False:
            if keyname == "c":
                # Cut all tracks at this point (whereever the playhead is)
                self.cut_at_playhead()
                return True

            if keyname == "m":
                # Experimental, trying to add a keyboard shortcut for adding a marker
                self.on_tlbAddMarker_clicked(widget)
                return True

I can verify that this works perfectly on my installation of OpenShot:

http://clockworkpcblog.blogspot.com/2011/08/i-didnt-think-i-could-love-openshot-any.html

1) Ubuntu 11.04
2) Installed from PPA
3) Version 1.3.1

OpenShot gets better every time I use it :-)

Revision history for this message
clockworkpc (clockworkpc) wrote :
Revision history for this message
Andy Finch (fincha) wrote :

Thanks, we'll test it out.

Changed in openshot:
status: New → Confirmed
importance: Undecided → Medium
milestone: none → 1.4.0
Revision history for this message
Olivier Girard (eolinwen) wrote :

That's work well.
Here the patch for the project.
Thanks a lot.

Revision history for this message
Andy Finch (fincha) wrote :

Thanks, I've committed that to the trunk.

Changed in openshot:
status: Confirmed → Fix Committed
Andy Finch (fincha)
Changed in openshot:
status: Fix Committed → Fix Released
Revision history for this message
Túlio Vianna (tuliovianna) wrote :

Please, add this information on help table of Short-Cuts. Thanks! This software is excellent!

Revision history for this message
Túlio Vianna (tuliovianna) wrote :

Pleade, add a shortcut to remove marker too. Thanks!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.