modifyOtherKeysState2 property

set modifyOtherKeysState2 (bool enabled)

xterm modifyOtherKeys mode 2.

Implementation

set modifyOtherKeysState2(bool enabled) {
  _ensureOpen();
  _setBoolOption(
    bindings
        .GhosttyKeyEncoderOption
        .GHOSTTY_KEY_ENCODER_OPT_MODIFY_OTHER_KEYS_STATE_2,
    enabled,
  );
}