Bug 176180 - Hotkey for "Home" incorrectly opens new tab depending on hotkey choice
Summary: Hotkey for "Home" incorrectly opens new tab depending on hotkey choice
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 4.1.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 21:50 UTC by JD
Modified: 2011-12-27 01:27 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description JD 2008-11-26 21:50:34 UTC
Version:           4.12 (using KDE 4.1.2)
OS:                Linux
Installed from:    Ubuntu Packages

One of the available keyboard shortcuts in Konqueror is labeled "Home" in the list of hotkeys. If this shortcut is set to "Alt + Home", it functions as you would expect: hitting that combination changes the current tab to your homepage. 

However, if it is set to "Ctrl + Home", a new tab will be created in the background with your homepage, while leaving the current tab unchanged. This is unexpected. Changing the current tab is what one would anticipate.

If you have both "Ctrl + Home" and some alternative hotkey set, the alternative works properly while "Ctrl + Home" still opens the new tab. Perhaps it is something relating to the Ctrl key?
Comment 1 Dawit Alemayehu 2011-12-27 01:27:01 UTC
CTRL + Home is hard coded in Konqueror's code to open the request in a new tab. That is why assigning it as a shortcut key for the Home action does not work as you desire. I do not think this will be changed since it has been that way for a long time. However the fact that attempting to assign a CTRL+Home does not result in a warning is indeed a bug.