ink-cartridge
    Preparing search index...

    Function isNormalCharacter

    • Determine whether the key event represents a "normal" character.

      Ink-specific wrapper — uses isInkSpecialKey to inspect Ink's Key descriptor for special keys.

      Parameters

      • input: string

        Raw character from Ink's useInput.

      • key: unknown

        Key descriptor from Ink.

      Returns boolean

      true when the event should be treated as a normal character.