fix(web): Maintain separate Caps Lock states for touch and physical
Fixes #6799. Caps Lock state management for touch layouts was not quite right -- it touched the base Caps state variables rather than just the event Lstates property. This meant that it was impossible to track the physical Caps Lock key separately to the touch layout layer, and that the two states would interfere with each other.
parent
7a7d1e03
Please register or sign in to comment