Control+c, Control+v are now handled properly by nav views and otherwise

svn: r15736
This commit is contained in:
Doug Blank
2010-08-14 19:06:47 +00:00
parent 4617fa8f50
commit bc6b0e6fdf
4 changed files with 26 additions and 39 deletions

View File

@ -113,10 +113,6 @@ UIDEFAULT = '''<ui>
<menuitem action="Quit"/>
</menu>
<menu action="EditMenu">
<menuitem action="Copy"/>
<menuitem action="Paste"/>
<menuitem action="Cut"/>
<separator/>
<menuitem action="Undo"/>
<menuitem action="Redo"/>
<menuitem action="UndoHistory"/>
@ -647,12 +643,6 @@ class ViewManager(CLIManager):
('ConfigView', 'gramps-config', _('_Configure View...'),
'<shift><control>c', _('Configure the active view'),
self.config_view),
('Copy', gtk.STOCK_COPY, _('Copy'), "<control>c",
_(""), self.__keypress),
('Paste', gtk.STOCK_PASTE, _('Paste'), "<control>v",
_(""), self.__keypress),
('Cut', gtk.STOCK_CUT, _('Cut'), "<control>x",
_(""), self.__keypress),
]
self._file_toggle_action_list = [