From af841d403e3ccc8e34b38ef0207f28b919bd3072 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Sun, 28 Jan 2007 18:20:10 +0000 Subject: [PATCH] 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 * C/gramps.xml: Document the change. svn: r8004 --- ChangeLog | 2 ++ help/C/gramps.xml | 10 +++++----- help/ChangeLog | 3 +++ src/ViewManager.py | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2494fd2cc..395b1f54d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,6 @@ 2007-01-28 Alex Roitman + * src/ViewManager.py (_init_lists): Change Undo History binding to + Ctrl+H because AltH was colliding with Help menu shortcut. * NEWS: Update. 2007-01-27 Don Allingham diff --git a/help/C/gramps.xml b/help/C/gramps.xml index 41aa0dd19..21d13d499 100644 --- a/help/C/gramps.xml +++ b/help/C/gramps.xml @@ -6877,19 +6877,19 @@ Changes the view to the previous view - <Ctrl>D - Add the selected item as a bookmark + <Alt>S + Open the Scratch Pad <Ctrl>B Edit the bookmarks - <Alt>S - Open the Scratch Pad + <Ctrl>D + Add the selected item as a bookmark - <Alt>H + <Ctrl>H Open the Undo History dialog diff --git a/help/ChangeLog b/help/ChangeLog index 5b3daa9d9..ec02cec8b 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,6 @@ +2007-01-28 Alex Roitman + * C/gramps.xml: Document the change. + 2007-01-27 Don Allingham * C/gramps.xml: add more keybindings diff --git a/src/ViewManager.py b/src/ViewManager.py index 59d8f171e..cdd634882 100644 --- a/src/ViewManager.py +++ b/src/ViewManager.py @@ -411,7 +411,7 @@ class ViewManager: self._undo_history_action_list = [ ('UndoHistory', 'gramps-undo-history', - _('Undo History'), "H", None, self.undo_history), + _('Undo History'), "H", None, self.undo_history), ] self._navigation_type = {