Page MenuHomePhabricator

VisualEditor: Shortcut system should support shifted punctuation characters
Open, LowPublicFeature

Description

Right now there is no way to express Ctrl+? in the trigger system. Attempting to type that on my keyboard registers as Ctrl+Shift+/ , but that's only because my keyboard layout is such that ? is above /. There should be a way to express Ctrl+? independent of the keyboard layout.

This may not be easy to do because Trevor tells me that charCode is less reliable than keyCode, so we may not be able to detect this correctly.


Version: unspecified
Severity: enhancement

Details

Reference
bz62282