In .:
* 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:
@@ -6876,6 +6876,22 @@
|
||||
<entry><para><keycap><Alt>P</keycap></para></entry>
|
||||
<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>
|
||||
</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>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Alt>H</keycap></para></entry>
|
||||
<entry>Open the Undo History dialog</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
@@ -6896,12 +6912,16 @@
|
||||
|
||||
<tbody>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>F2</keycap></para></entry>
|
||||
<entry><para>Set the active person to the default person</para></entry>
|
||||
</row>
|
||||
<entry><para><keycap><Ctrl>Enter</keycap></para></entry>
|
||||
<entry>Edits the selected person</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap>F3</keycap></para></entry>
|
||||
<entry>Edit the active person</entry>
|
||||
<entry><para><keycap><Ctrl>Insert</keycap></para></entry>
|
||||
<entry>Adds a new person to the database</entry>
|
||||
</row>
|
||||
<row valign="top">
|
||||
<entry><para><keycap><Ctrl>Delete</keycap></para></entry>
|
||||
<entry>Deletes the selected person</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
|
Reference in New Issue
Block a user