Qt: Resolve duplicate keyboard shortcuts
authorStig Bjørlykke <stig@bjorlykke.org>
Mon, 18 Dec 2017 20:02:52 +0000 (21:02 +0100)
committerAnders Broman <a.broman58@gmail.com>
Tue, 19 Dec 2017 04:47:42 +0000 (04:47 +0000)
commit7cb6255f17b90863d863ad995d7bca5921b7c517
tree3013069fc21d247ba4f110d90f2703f49487046e
parent9f7b8713fa8286611e84a68f82adc2d494b21173
Qt: Resolve duplicate keyboard shortcuts

Two Edit->Copy methods are using the same keyboard shortcut as other
functionality:

1. Ctrl+Shift+D is used for "Copy this item's description" and
   "Ignore All Displayed packets"

2. Ctrl+Shift+F is used for "Copy this item's field name" and
   "Reload as File Format/Capture"

Resolve this by changing the Copy methods to use Ctrl+Alt+Shift as modifier.
Add a keyboard shortcut for "Copy all visible items" while here.

Change-Id: I0d963501055e63963d93e211f592aa9e82801d3c
Reviewed-on: https://code.wireshark.org/review/24884
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
docbook/release-notes.asciidoc
ui/qt/main_window.ui