Closed
Bug 597294
Opened 14 years ago
Closed 14 years ago
Keyboard shortcut for TabCandy not shown in View menu
Categories
(Firefox Graveyard :: Panorama, defect, P3)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 597761
People
(Reporter: seanedunn, Unassigned)
Details
This is a new bug from 579197, at the request of Mitcho.
Steps:
1. In the browser, hit Alt to bring up the main menu
2. Click View
3. Locate Group Tabs... item
4. Notice there is no keyboard combo
Expected:
The ctrl-space keyboard combo shown for Group Tabs...
The Win7 build (most likely windows in general) does not show the key combo under "View->Group Tabs...".
Updated•14 years ago
|
Priority: -- → P3
Updated•14 years ago
|
OS: Windows 7 → All
Hardware: x86 → All
Summary: Keyboard shortcut for TabCandy not shown in View menu on Win7 → Keyboard shortcut for TabCandy not shown in View menu
Updated•14 years ago
|
Whiteboard: [good first bug]
So I tried doing this, and when modifiers="alt" (for mac) and keycode="VK_SPACE" nothing was shown in the view menu, when I changed keycode="VK_SPACE" to key="Q" then the keyboard combo was shown. So I wonder if Firefox just doesn't display the shortcut in a menuitem when keycode="VK_SPACE". We could use the keytext attribute to manually input the shortcut shown though..
To be clear for mac one should use: modifiers="alt" keycode="VK_SPACE"
and everything else: modifiers="accel" keycode="VK_SPACE"
correct?
Also could someone kindly point me to where the hotkey is currently registered/added?
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Comment 3•14 years ago
|
||
(In reply to comment #1)
> Also could someone kindly point me to where the hotkey is currently
> registered/added?
TabView._setBrowserKeyHandlers() in /browser/base/content/browser-tabview.js
Updated•14 years ago
|
Whiteboard: [good first bug]
Assignee | ||
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•