Skip to content

Commit

Permalink
bind the delete key to removing a file from the source list
Browse files Browse the repository at this point in the history
  • Loading branch information
karl authored and Karl Palsson committed Sep 18, 2010
1 parent a8e8f17 commit 096f6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pitivi/ui/sourcelist.py
Expand Up @@ -274,7 +274,7 @@ def __init__(self, instance, uiman):
# only available when selection is non-empty
selection_actions = (
("RemoveSources", gtk.STOCK_DELETE,
_("_Remove from project"), "<Control>Delete", None,
_("_Remove from project"), "Delete", None,
self._removeSourcesCb),
("InsertEnd", gtk.STOCK_COPY,
_("Insert at _end of timeline"), "Insert", None,
Expand Down

0 comments on commit 096f6f0

Please sign in to comment.