keypadKeyApplication property

set keypadKeyApplication (bool enabled)

DEC mode 66: keypad key application mode.

Implementation

set keypadKeyApplication(bool enabled) {
  _ensureOpen();
  _setBoolOption(
    bindings
        .GhosttyKeyEncoderOption
        .GHOSTTY_KEY_ENCODER_OPT_KEYPAD_KEY_APPLICATION,
    enabled,
  );
}