summaryrefslogtreecommitdiff
path: root/src/rekonq_defines.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-06-07 00:10:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-06-07 00:11:12 +0200
commit2ffe15ca52c33e454d7bf0e632fc39752710733f (patch)
treefa5313b5010d4a5898c42839899dfdf123fc064a /src/rekonq_defines.h
parentfix minimum requirement and add screenshots (diff)
downloadrekonq-2ffe15ca52c33e454d7bf0e632fc39752710733f.tar.xz
Letting SHIFT + MidClick reverse open new tab settings
BUG: 299024
Diffstat (limited to 'src/rekonq_defines.h')
-rw-r--r--src/rekonq_defines.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/rekonq_defines.h b/src/rekonq_defines.h
index 0a60e658..e01fa964 100644
--- a/src/rekonq_defines.h
+++ b/src/rekonq_defines.h
@@ -84,10 +84,11 @@ enum Notify
*/
enum OpenType
{
- CurrentTab, ///< open url in current tab
- NewTab, ///< open url according to users settings
- NewFocusedTab, ///< open url in new tab and focus it
- NewWindow ///< open url in new window
+ CurrentTab, ///< open url in current tab
+ NewTab, ///< open url according to users settings
+ NewFocusedTab, ///< open url in new tab and focus it
+ NewBackGroundTab, ///< open url in new background tab
+ NewWindow ///< open url in new window
};
/**