Closed
Bug 355797
Opened 18 years ago
Closed 18 years ago
[Cocoa] Certain shortcut keys are missing/don't work anymore
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mnyromyr, Unassigned)
References
Details
(Keywords: regression)
Since 2006-09-29, at least Cmd-L (focus urlbar) and Cmd-Comma (open preferences) don't work anymore, with the latter even missing in the application (SeaMonkey) menu...
You probably need a Seamonkey version of the fix for bug 342896, every app needs it under Cocoa.
Comment 2•18 years ago
|
||
So I ran into this today... Apple-L not working really sucks. What's needed to make this work, exactly? That is, which keys do we need to add and where?
Severity: normal → major
Updated•18 years ago
|
Flags: blocking-seamonkey1.5?
Comment 3•18 years ago
|
||
The fix that josh mentions will probably fix the issue with the missing open prefs shortcut. But it won't fix Cmd+L:
Cmd+L is overlayed from the keyset keyset "navKeys" in navigatorOverlay.xul (line 72 etc):
<key id="focusURLBar" key="&openCmd.commandkey;" oncommand="ShowAndSelectContentsOfURLBar();" modifiers="accel"/>
And then in navigator.xul (line 123 etc):
<keyset id="navKeys">
<key id="showHideSidebar"/>
</keyset>
It looks like cocoa can't handle a case like this. See also bug 355817 (Firefox).
Comment 4•18 years ago
|
||
*** Bug 359529 has been marked as a duplicate of this bug. ***
Comment 5•18 years ago
|
||
jftr: Cmd+, (open prefs) will be fixed by bug 355802.
Comment 7•18 years ago
|
||
This should be fixed now. Iirc Cmd+L was fixed by bug 355817 for some time ago. Cmd+, should be working again in the next trunk build (fixed in bug 355802).
Status: NEW → RESOLVED
Closed: 18 years ago
Flags: blocking-seamonkey1.5a?
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•