diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-10-27 20:37:05 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-27 14:35:05 -0700 |
commit | 8ba6736ca8e392024e88de150adc7a063c561dae (patch) | |
tree | 0066d547dd565cf4a75991f9e37cd75609d7ec3a /qt-ui/mainwindow.ui | |
parent | 7b4bf883134b49ad177f8970b5d46eb9aecd3b59 (diff) | |
download | subsurface-8ba6736ca8e392024e88de150adc7a063c561dae.tar.gz |
Add a shortcut to Configure dive computer dialog
This adds a shortcut, Ctrl+Shift+C to jump into the Configure dive computer
dialog.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 88921538a..843411163 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -641,6 +641,9 @@ p, li { white-space: pre-wrap; } <property name="text"> <string>Configure &dive computer</string> </property> + <property name="shortcut"> + <string>Ctrl+Shift+C</string> + </property> </action> <action name="actionReplanDive"> <property name="text"> |