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:
parent
66105b202d
commit
a7f0d69182
@ -1,4 +1,6 @@
|
||||
2007-01-28 Alex Roitman <shura@gramps-project.org>
|
||||
* 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 <don@gramps-project.org>
|
||||
|
@ -6877,19 +6877,19 @@
|
||||
<entry>Changes the view to the previous view</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Ctrl>D</keycap></para></entry>
|
||||
<entry>Add the selected item as a bookmark</entry>
|
||||
<entry><para><keycap><Alt>S</keycap></para></entry>
|
||||
<entry>Open the Scratch Pad</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Ctrl>B</keycap></para></entry>
|
||||
<entry>Edit the bookmarks</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Alt>S</keycap></para></entry>
|
||||
<entry>Open the Scratch Pad</entry>
|
||||
<entry><para><keycap><Ctrl>D</keycap></para></entry>
|
||||
<entry>Add the selected item as a bookmark</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Alt>H</keycap></para></entry>
|
||||
<entry><para><keycap><Ctrl>H</keycap></para></entry>
|
||||
<entry>Open the Undo History dialog</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
|
@ -1,3 +1,6 @@
|
||||
2007-01-28 Alex Roitman <shura@gramps-project.org>
|
||||
* C/gramps.xml: Document the change.
|
||||
|
||||
2007-01-27 Don Allingham <don@gramps-project.org>
|
||||
* C/gramps.xml: add more keybindings
|
||||
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user