---
title: shouldEvaluateForInputSystemHandling
framework: browserenginekit
role: symbol
role_heading: Instance Property
path: browserenginekit/bekeyentrycontext/shouldevaluateforinputsystemhandling
---

# shouldEvaluateForInputSystemHandling

Represents whether the key event should be evaluated within the context of a composed input mode.

## Declaration

```swift
var shouldEvaluateForInputSystemHandling: Bool { get set }
```

## Discussion

Discussion When using an input mode with composed input, such as Chinese/Japanese/Korean, the markedText will be used to combine multiple key events into a single character.

## See Also

### Getting the information about the key event

- [keyEntry](browserenginekit/bekeyentrycontext/keyentry.md)
- [shouldInsertCharacter](browserenginekit/bekeyentrycontext/shouldinsertcharacter.md)
