Open
Bug 1289982
Opened 9 years ago
Updated 9 years ago
twin occupancy of DevTools related keyboard shortcuts
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: RainerBielefeldNG, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [devtools])
Attachments
(1 file)
|
297.89 KB,
image/jpeg
|
Details |
Steps how to reproduce with official English SeaMonkey 2.47a1 (NT 6.1; Win64; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0 Build 20160722004252 (Default Classic Theme) on German WIN7 64bit:
1. Launch Browser
2. Menu ˋTools → Web Developmentˊ
Bug: <ctrl-shift-j>: for Error Console AND Browser Console
related: Bug 1265485 - (Devtools) Browser Console keyboard
shortcut does not work
Bug: <ctrl-shift-i>: for DOM Inspector AND Toggle Tools
This one might be related to "Bug 1289981 - Error Console can not be launched"
a) currently only tested with WIN7, but probably all OS
b) eventually impact to
| Reporter | ||
Comment 1•9 years ago
|
||
b): ./.
How about Ctrl+Alt+I and Ctrl+Alt+J for the "old" DOM Inspector and Error Console, respectively?
This should be a straight-forward change (where DOMi needs its own bug report as it's strictly speaking a separate application).
Interesting, the DevTools command keys are actually defined in suite/ rather than devtools/, which should make it easier to change those rather than trying to make DOMi change theirs:
https://dxr.mozilla.org/comm-central/source/suite/browser/webDeveloperOverlay.xul#96
https://dxr.mozilla.org/comm-central/source/suite/browser/webDeveloperOverlay.xul#106
Well, that would have been too easy. :-\
I get 'Warning: Key event not available on some keyboard layouts: key="i" modifiers="accel,alt"'
Nevertheless, it works with Ctrl+Alt+I for Toggle Tools (though it still says Ctrl+Shft+I in the menu) but not with Ctrl+Alt+J for the Browser Console (no effect, Ctrl+Shift+J now opens the Error Console). Tested on Windows 7.
Updated•9 years ago
|
Whiteboard: [devtools]
You need to log in
before you can comment on or make changes to this bug.
Description
•