Closed
Bug 1173735
Opened 10 years ago
Closed 10 years ago
Shortcut Ctrl+Shift+P doesn't open private browsing window but the library window
Categories
(Mozilla Localizations :: bg / Bulgarian, defect)
Mozilla Localizations
bg / Bulgarian
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1164553
People
(Reporter: whimboo, Assigned: ogi)
Details
The shortcut for opening a new private browsing window does not work, and instead the library window opens. The reason for that is a conflict in the commandkey definitions:
<!ENTITY showAllHistoryCmd.commandkey "P">
<!ENTITY privateBrowsingCmd.commandkey "P">
For opening the library window the following setting should be used:
<!ENTITY showAllHistoryCmd.commandkey "H">
Assignee | ||
Comment 1•10 years ago
|
||
Thank you for tracking the cause of this problem. Next Aurora and Beta releases will contain this fix.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•