diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-10 10:45:13 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-10 10:49:00 -0700 |
commit | e69dbebf21a8bf7c5d02a12d93069e99d363ea64 (patch) | |
tree | e8d1ef57805d58f646a4ce0ac1ac87d771b55226 /qt-ui/mainwindow.ui | |
parent | 56c4cced536b8b1bb7282f263deb24640632e884 (diff) | |
download | subsurface-e69dbebf21a8bf7c5d02a12d93069e99d363ea64.tar.gz |
Make nextDC and previousDC work and assign shortcuts
Cursor right and left now work again to switch between divecomputers.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 377605326..b2969ac61 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -315,11 +315,17 @@ <property name="text"> <string>Prev DC</string> </property> + <property name="shortcut"> + <string>Left</string> + </property> </action> <action name="actionNextDC"> <property name="text"> <string>Next DC</string> </property> + <property name="shortcut"> + <string>Right</string> + </property> </action> <action name="actionSelectEvents"> <property name="text"> |