aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-12-20 09:08:16 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-12-20 08:39:47 +0000
commit0b30fb239f65501bcb4b97635eb87a3777f20707 (patch)
tree8bccecb4ff3db3bcb6ec3418fe8d6bf7d5465891 /ui/qt/main_window.ui
parent579708a97e06875a47216430b2060ef8f52455c5 (diff)
Qt: Add new keyboard shortcuts
Add Ctrl+Shift+I for "Apply as Column" Add Ctrl+Shift+O for "Show Packet Bytes" Also added "Show Packet bytes" to the "Analyze" menu. Change-Id: I03e39bf92c254cf33bef73b1356ad576c92241d2 Reviewed-on: https://code.wireshark.org/review/24906 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui9
1 files changed, 8 insertions, 1 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index d2e89ad0bc..181d12ae96 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -448,6 +448,7 @@
<addaction name="menuSCTP"/>
<addaction name="menuFollow"/>
<addaction name="separator"/>
+ <addaction name="actionAnalyzeShowPacketBytes"/>
<addaction name="actionAnalyzeExpertInfo"/>
</widget>
<widget class="QMenu" name="menuStatistics">
@@ -1466,6 +1467,9 @@
<property name="toolTip">
<string>Create a packet list column from the selected field.</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Shift+I</string>
+ </property>
</action>
<action name="actionEditFindPacket">
<property name="text">
@@ -2931,10 +2935,13 @@
<string notr="true">Ctrl+Shift+E</string>
</property>
</action>
- <action name="actionContextShowPacketBytes">
+ <action name="actionAnalyzeShowPacketBytes">
<property name="text">
<string>Show Packet Bytes…</string>
</property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Shift+O</string>
+ </property>
</action>
<action name="actionContextWikiProtocolPage">
<property name="text">