aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2017-08-02 08:53:35 +0200
committerMichael Mann <mmann78@netscape.net>2017-08-05 18:31:46 +0000
commit92adb99d00eca0ff23e9c791053d93d6310faa99 (patch)
tree1edda16ece0b6f528c033f78da35c1166341fa2d /ui
parentc57da453bab14048f419eae6b9e9ff7a332a32f0 (diff)
QT: Add shortcuts for "Follow XXX Stream"
Add shortcut Ctrl+Alt+Shift+ T for "Follow TCP Stream" U for "Follow UDP Stream" H for "Follow HTTP Stream" S for "Follow SSL Stream" Bug: 13047 Change-Id: I0fdd5b4d20b976b56694821a9c11424eab40b2b3 Reviewed-on: https://code.wireshark.org/review/22930 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/main_window.ui12
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index cda23010e7..64287047af 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1744,6 +1744,9 @@
<property name="text">
<string>TCP Stream</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Alt+Shift+T</string>
+ </property>
</action>
<action name="actionAnalyzeFollowUDPStream">
<property name="enabled">
@@ -1752,6 +1755,9 @@
<property name="text">
<string>UDP Stream</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Alt+Shift+U</string>
+ </property>
</action>
<action name="actionAnalyzeFollowSSLStream">
<property name="enabled">
@@ -1760,6 +1766,9 @@
<property name="text">
<string>SSL Stream</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Alt+Shift+S</string>
+ </property>
</action>
<action name="actionAnalyzeFollowHTTPStream">
<property name="enabled">
@@ -1768,6 +1777,9 @@
<property name="text">
<string>HTTP Stream</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Alt+Shift+H</string>
+ </property>
</action>
<action name="actionStatisticsTcpStreamTcptrace">
<property name="text">