Control+c, Control+v are now handled properly by nav views and otherwise
svn: r15736
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user