In .:
* src/ViewManager.py (_init_lists): Change Undo History binding to Ctrl+H because AltH was colliding with Help menu shortcut. In help: 2007-01-28 Alex Roitman <shura@gramps-project.org> * C/gramps.xml: Document the change. svn: r8004
This commit is contained in:
@ -411,7 +411,7 @@ class ViewManager:
|
||||
|
||||
self._undo_history_action_list = [
|
||||
('UndoHistory', 'gramps-undo-history',
|
||||
_('Undo History'), "<Alt>H", None, self.undo_history),
|
||||
_('Undo History'), "<control>H", None, self.undo_history),
|
||||
]
|
||||
|
||||
self._navigation_type = {
|
||||
|
Reference in New Issue
Block a user