aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-08-13 01:50:14 +0000
committerGerald Combs <gerald@wireshark.org>2012-08-13 01:50:14 +0000
commit603787f0ad8e56ff39a91950868743ab133c3589 (patch)
tree38abbb4b92d1b8329535263a11c2f5159b14a88c /ui/qt/main_window.ui
parente211327f658147cff088bf21b465fd9f2348231c (diff)
Add keyboard shortcuts for the packet list.
svn path=/trunk/; revision=44462
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui57
1 files changed, 56 insertions, 1 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index c02e2b6cf5..e403ebfa6e 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -47,7 +47,7 @@
<x>0</x>
<y>0</y>
<width>960</width>
- <height>23</height>
+ <height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@@ -110,8 +110,19 @@
<addaction name="separator"/>
<addaction name="actionHelpAbout"/>
</widget>
+ <widget class="QMenu" name="menuGo">
+ <property name="title">
+ <string>Go</string>
+ </property>
+ <addaction name="separator"/>
+ <addaction name="actionGoNextPacket"/>
+ <addaction name="actionGoPreviousPacket"/>
+ <addaction name="actionGoFirstPacket"/>
+ <addaction name="actionGoLastPacket"/>
+ </widget>
<addaction name="menuFile"/>
<addaction name="menuEdit"/>
+ <addaction name="menuGo"/>
<addaction name="menuCapture"/>
<addaction name="menuHelp"/>
</widget>
@@ -331,6 +342,50 @@
<string>Ask (Q&amp;&amp;A)</string>
</property>
</action>
+ <action name="actionGoNextPacket">
+ <property name="text">
+ <string>Next Packet</string>
+ </property>
+ <property name="toolTip">
+ <string>Go to the next packet</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Down</string>
+ </property>
+ </action>
+ <action name="actionGoPreviousPacket">
+ <property name="text">
+ <string>Previous Packet</string>
+ </property>
+ <property name="toolTip">
+ <string>Go to the previous packet</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Up</string>
+ </property>
+ </action>
+ <action name="actionGoFirstPacket">
+ <property name="text">
+ <string>First Packet</string>
+ </property>
+ <property name="toolTip">
+ <string>Go to the first packet</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+Home</string>
+ </property>
+ </action>
+ <action name="actionGoLastPacket">
+ <property name="text">
+ <string>Last Packet</string>
+ </property>
+ <property name="toolTip">
+ <string>Go to the last packet</string>
+ </property>
+ <property name="shortcut">
+ <string>Ctrl+End</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>