aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2009-06-09 06:23:37 +0000
committerSake Blok <sake@euronet.nl>2009-06-09 06:23:37 +0000
commit140d21fe45c99c89e9d5ca78be47ab53b07c7b7c (patch)
treec206df6c696d558836bf4e094f2895ae892e5207 /docbook
parentce27db3c581753931ad261fd98eaebf1691a8ce2 (diff)
Reverted part of SVN 27411. The "home" and "end" key bindings overruled
the use of these keys while editing a filter in the filter toolbar. The keys "ctrl-home" and "ctrl-end" already provide the functionality to go to the first or last packet in the packet-list. I added these as accelerator keys and updated the users guide accordingly. Of course we can also make "home" and "end" work, without breaking functionality in the filter toolbar, but that takes a little more work (at least for me... maybe not after going to Steve's session at Sharkfest :-)). (will add this to inclusion list for 1.0.9 and 1.2.0) svn path=/trunk/; revision=28670
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml
index db458fa40c..c28447beac 100644
--- a/docbook/wsug_src/WSUG_chapter_use.xml
+++ b/docbook/wsug_src/WSUG_chapter_use.xml
@@ -1258,14 +1258,14 @@
</row>
<row>
<entry><command>First Packet</command></entry>
- <entry></entry>
+ <entry>Ctrl+Home</entry>
<entry><para>
Jump to the first packet of the capture file.
</para></entry>
</row>
<row>
<entry><command>Last Packet</command></entry>
- <entry></entry>
+ <entry>Ctrl+End</entry>
<entry><para>
Jump to the last packet of the capture file.
</para></entry>