Closed Bug 355797 Opened 18 years ago Closed 17 years ago

[Cocoa] Certain shortcut keys are missing/don't work anymore

Categories

(SeaMonkey :: General, defect)

PowerPC
macOS
defect
Not set
major

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...
Blocks: cocoa
You probably need a Seamonkey version of the fix for bug 342896, every app needs it under Cocoa.
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
Flags: blocking-seamonkey1.5?
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).
Depends on: 355817
*** Bug 359529 has been marked as a duplicate of this bug. ***
jftr: Cmd+, (open prefs) will be fixed by bug 355802.
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: 17 years ago
Flags: blocking-seamonkey1.5a?
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.