Closed
Bug 769186
Opened 11 years ago
Closed 11 years ago
[devtb] Decide on a key sequence for the developer toolbar
Categories
(DevTools :: Console, defect, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
Attachments
(1 file, 2 obsolete files)
6.73 KB,
patch
|
ttaubert
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
This patch reflects what I'd like to do, the correct thing to do is under discussion. Bug 768150 to pref the toolbar on by default removes the key sequence to avoid a clash with the editor.
Assignee | ||
Comment 2•11 years ago
|
||
We previously removed the key sequence until we could find one that didn't clash. We found ctrl+shift+/
Assignee: nobody → jwalker
Attachment #637422 -
Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #639186 -
Flags: review?(ttaubert)
Comment 3•11 years ago
|
||
(In reply to Joe Walker from comment #2) > We previously removed the key sequence until we could find one that didn't > clash. We found ctrl+shift+/ Hmm. At least for German users like me and probably other locales this might be a choice as bad as Panorama's next/prev group shortcut. I need to press shift to reach '/' so this effectively overrides the add-on bar toggle, or doesn't work at all and toggles the add-on bar, not sure.
Comment 4•11 years ago
|
||
Comment on attachment 639186 [details] [diff] [review] v2 "/" happens to be shift+7 with a German keyboard layout and I think shift+: with a French one, making accel+shift+/ inaccessible. We usually keep command keys consistent across locales, and even if we made an exception, I think we could count on localizers getting this wrong. In this case I don't think we should make an exception anyway, as I don't think it's unreasonable for the keyboard layout to divert from what Firefox locales would expect.
Attachment #639186 -
Flags: review?(ttaubert) → review-
Comment 5•11 years ago
|
||
I'm not sure that we really need a keyboard shortcut for the add-on bar; stealing that might be an option. Ironically, it was added for "users who heavily rely on add-ons for certain task modes (e.g. *web development*)" (bug 616015, emphasis mine).
Assignee | ||
Comment 6•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=d133b4e996e5
Assignee | ||
Comment 7•11 years ago
|
||
There aren't good answers to this problem, but I agree that this doesn't work for anyone with a German keyboard. The developer tools use ctrl+shift/alt+cmd as their modifiers, and there are no free letters without crashing something, I've previously given up on punctuation, for l10n reasons and have done so again, function keys don't work properly on Mac, and numbers are really confusing because we English can't even agree amongst *ourselves* what should be on top of 2. Or 3. I'm currently trying to work out a way to use ctrl+shift+v (again), and to resolve the conflict with paste-without-formatting in a contenteditable. The UX part of this decision is being done in consultation with shorlander/bdils.
Assignee | ||
Comment 8•11 years ago
|
||
This update does 2 things: - It changes the key sequence to shift+F2 - It leaves the menu item as a toggle, but makes the keyboard shortcut a 'focus' shortcut, which takes you to the command line even when the toolbar is already open.
Attachment #639186 -
Attachment is obsolete: true
Attachment #639493 -
Flags: review?(ttaubert)
Assignee | ||
Comment 9•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=5d7593f205b5
Assignee | ||
Comment 10•11 years ago
|
||
Bug ping, I'd love to get this into 16 if possible. Thanks.
Updated•11 years ago
|
Attachment #639493 -
Flags: review?(ttaubert) → review+
Assignee | ||
Comment 11•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Fx-Team&rev=74218d787b06
Whiteboard: [fixed-in-fx-team]
Comment 12•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f942edab3edf
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•