Open
Bug 1514004
Opened 6 years ago
Updated 2 years ago
Unreserve Keyboard Shortcut Ctrl+w
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: alexander.fratzer, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
Hi,
at the moment the shortcut ctrl+w is reserved (key_close and key_closeWindow in browser-sets.inc). This is pretty annoying for webapplications with custom keybindings like codemirror-editor (vim-mode) or browser games.
Actual results:
JS applications are not able to overwrite the keybinding. So Crtl+w always closes the focused tab.
Expected results:
It should at least be possible to overwrite the keybinding by addons like Shortkeys or to patch the browser-sets.inc after building.
Updated•6 years ago
|
Component: Untriaged → Keyboard: Navigation
Product: Firefox → Core
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
Please check the Chrome bug fix for similar issue:
https://bugs.chromium.org/p/chromium/issues/detail?id=680809#c99
It's better to be able to use that browser reserved keys in Firefox too.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•