mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 00:06:09 +03:00

> When the key event is related to an actual modifier key, the corresponding > modifier's bit must be set to the modifier state including the effect for the > current event. For example, when pressing the :kbd:`LEFT_CONTROL` key, the > ``ctrl`` bit must be set and when releasing it, it must be reset. When both > left and right control keys are pressed and one is released, the release event > must have the ``ctrl`` bit set. See :iss:`6913` for discussion of this design.