Closed Bug 263759 Opened 21 years ago Closed 21 years ago

Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)

Categories

(Firefox Graveyard :: Help Documentation, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox1.0

People

(Reporter: rcchicago+allizgub, Assigned: jwalden+fxhelp)

References

Details

(Keywords: fixed-aviary1.0, late-l10n)

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041009 Firefox/0.10 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.3) Gecko/20041009 Firefox/0.10 Pressing Cmd+F4 Close Tab Keyboard Shortcut does not work. Alternate shortcut Cmd+W does work as expected. Reproducible: Always Steps to Reproduce: 1. Press Cmd+F4 in open tab Actual Results: Nothing happens Expected Results: Tab should close
This is by design. Ctrl+F4 is a windows-standard for closing tabs (and it is is not the primary keyboard shortcut anyway) Use Command+W.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Status: RESOLVED → UNCONFIRMED
Component: Keyboard Navigation → Help Documentation
Resolution: WONTFIX → ---
Needs to be updated in Help documentation. I am unable to reassign b ug to owner and QA contact of selected componet. Please Change status to New and reassign...thanks.
summary/owner/qa changes as requested.
Assignee: aaronleventhal → jwalden+fxhelp
QA Contact: jruderman → firefox.help-documentation
Summary: Cmd+F4 Keyboard Shortcut Does Not Work → Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4.
Cmd+F4 doesn't work because from what I can see, the shortcut is specifically Ctrl+F4 (it works based on event.ctrlKey, not "accel" in @modifiers in XBL). Does the shortcut Ctrl+F4 work on the Mac? Based on my reading of the following source code, Ctrl+F4 should indeed work properly. http://lxr.mozilla.org/aviarybranch/source/toolkit/content/widgets/tabbrowser.xml#1532 Until I can get this confirmed or not confirmed, I can't make the change without having personally tested it (which won't happen as I don't have a Mac).
(In reply to comment #4) > Cmd+F4 doesn't work because from what I can see, the shortcut is specifically > Ctrl+F4 (it works based on event.ctrlKey, not "accel" in @modifiers in XBL). > Does the shortcut Ctrl+F4 work on the Mac? Well, control+f4 works _only_ if you disable the *default* OS keyboard shortcut for "Focus on window (active) or next window" (that means it doesn't work for most of the mac user base) so it should be removed from the help system. Anyway, i'll open a separate bug for disabling Control+F4 on mac.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4. → Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4 (only Cmd+W)
Target Milestone: --- → Firefox1.0
Depends on: 264145
Shortcut removed for Macs. I updated it to be ctrlKey specifically instead of accelKey as well. Fixed branch/trunk.
Blocks: 253104
Status: NEW → RESOLVED
Closed: 21 years ago21 years ago
Resolution: --- → FIXED
Summary: Update Close Tab Keyboard Shortcut on mac. It's not Cmd+F4 (only Cmd+W) → Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)
(In reply to comment #7) > Shortcut removed for Macs. I updated it to be ctrlKey specifically instead of > accelKey as well. Fixed branch/trunk. In the help only, right?
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.