Summary: | Add keyboard shortcut for "Open With" default application | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | AT <andreas> |
Component: | Usability-OpenWith | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles, dack, marder |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/75c7f0137e6f1049bd0139a97914f05cf9949766 | Version Fixed In: | 4.3.0 |
Sentry Crash Report: |
Description
AT
2011-06-06 23:04:35 UTC
*** Bug 150471 has been marked as a duplicate of this bug. *** *** Bug 301536 has been marked as a duplicate of this bug. *** Git commit 75c7f0137e6f1049bd0139a97914f05cf9949766 by Gilles Caulier. Committed on 06/09/2014 at 13:14. Pushed by cgilles into branch 'master'. Add a META+F4 keyboard shortcut to open files selected to default application set in desktop type mime configration. FIXED-IN: 4.3.0 M +2 -1 NEWS M +1 -0 digikam/items/digikamimageview.cpp M +25 -11 digikam/items/imageviewutilities.cpp M +2 -0 digikam/items/imageviewutilities.h M +9 -9 digikam/main/digikamapp.cpp M +2 -1 digikam/main/digikamui.rc M +11 -1 digikam/views/digikamview.cpp M +1 -0 digikam/views/digikamview.h M +1 -0 digikam/views/imagepreviewview.cpp M +1 -0 digikam/views/tableview/tableview.cpp http://commits.kde.org/digikam/75c7f0137e6f1049bd0139a97914f05cf9949766 Thanks for fixing. Would it be possible to chosse a letter or a number from the numbersblock to open? Yes, it customizable into shortcuts dialog... I plan to do the same feature for editor and light table. Gilles Caulier Git commit cdd04922efc52beeb0419acb8bb9c63b6cb6f267 by Gilles Caulier. Committed on 07/09/2014 at 15:19. Pushed by cgilles into branch 'master'. Showfoto, Image Editor, Light Table : add shortcut to open current file with default application assigned to desktop configuration M +1 -1 digikam/items/imageviewutilities.cpp M +1 -1 digikam/main/digikamapp.cpp M +6 -0 showfoto/main/showfoto.cpp M +1 -0 showfoto/main/showfoto.h M +2 -1 showfoto/main/showfotoui.rc M +2 -2 utilities/imageeditor/core/fileoperation.cpp M +2 -2 utilities/imageeditor/core/fileoperation.h M +8 -2 utilities/imageeditor/editor/editorwindow.cpp M +1 -0 utilities/imageeditor/editor/editorwindow.h M +2 -1 utilities/imageeditor/main/digikamimagewindowui.rc M +6 -0 utilities/imageeditor/main/imagewindow.cpp M +1 -0 utilities/imageeditor/main/imagewindow.h M +15 -0 utilities/lighttable/lighttablewindow.cpp M +1 -0 utilities/lighttable/lighttablewindow.h M +2 -1 utilities/lighttable/lighttablewindowui.rc M +2 -2 utilities/queuemanager/manager/task.cpp http://commits.kde.org/digikam/cdd04922efc52beeb0419acb8bb9c63b6cb6f267 |