* 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 1056dd37e0
commit 23d75ca987
6 changed files with 61 additions and 12 deletions

View File

@@ -6876,6 +6876,22 @@
<entry><para><keycap>&lt;Alt&gt;P</keycap></para></entry>
<entry>Changes the view to the previous view</entry>
</row>
<row valign="top">
<entry><para><keycap>&lt;Ctrl&gt;D</keycap></para></entry>
<entry>Add the selected item as a bookmark</entry>
</row>
<row valign="top">
<entry><para><keycap>&lt;Ctrl&gt;B</keycap></para></entry>
<entry>Edit the bookmarks</entry>
</row>
<row valign="top">
<entry><para><keycap>&lt;Alt&gt;S</keycap></para></entry>
<entry>Open the Scratch Pad</entry>
</row>
<row valign="top">
<entry><para><keycap>&lt;Alt&gt;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>&lt;Ctrl&gt;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>&lt;Ctrl&gt;Insert</keycap></para></entry>
<entry>Adds a new person to the database</entry>
</row>
<row valign="top">
<entry><para><keycap>&lt;Ctrl&gt;Delete</keycap></para></entry>
<entry>Deletes the selected person</entry>
</row>
</tbody>
</tgroup>