Open
Bug 1748114
Opened 4 years ago
Updated 4 years ago
No way to test native key bindings customized by users
Categories
(Core :: DOM: UI Events & Focus Handling, task, P3)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
Details
Some users customize their system wide settings of shortcut keys. However, we don't have a way to test such cases. There are 2 layers of testing scenario.
- Testing our shortcut key handling, i.e., we only need to customize edit commands applied to specific key combination
- Testing our native key bindings handlers (in macOS and Linux), i.e., we need to customize system settings temporarily.
I'm not sure whether we can do the second case.
For fixing #1, it must be easy to fix with adding new API or new params to nsITextInputProcessor.
Updated•4 years ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•