* src/DataViews/_PersonView.py: add enter to collapse row as well

2007-01-27  Benny Malengier  <benny.malengier@ugent.be>
	* src/DataViews/_PersonView.py: add enter to expand a tree row
	
2007-01-27  Don Allingham  <don@gramps-project.org>
	* src/PageView.py: add key accelerators
	* src/ViewManager.py: block interface on autobackup (#856), add key
	accelerators
In help:
2007-01-27  Don Allingham  <don@gramps-project.org>
	* C/gramps.xml: add more keybindings



svn: r7999
This commit is contained in:
Don Allingham
2007-01-28 04:38:56 +00:00
parent d54c69bec7
commit f62fd63325
6 changed files with 61 additions and 12 deletions

View File

@ -379,7 +379,7 @@ class ViewManager:
]
self._action_action_list = [
('ScratchPad', gtk.STOCK_PASTE, _('_ScratchPad'), "",
('ScratchPad', gtk.STOCK_PASTE, _('_ScratchPad'), "<alt>s",
_("Open the ScratchPad dialog"), self.scratchpad),
('Import', gtk.STOCK_CONVERT, _('_Import'), "<control>i", None,
self.import_data),
@ -411,7 +411,7 @@ class ViewManager:
self._undo_history_action_list = [
('UndoHistory', 'gramps-undo-history',
_('Undo History'), None, None, self.undo_history),
_('Undo History'), "<Alt>H", None, self.undo_history),
]
self._navigation_type = {