<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BEKeyEntryContext/shouldEvaluateForInputSystemHandling",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:objc(cs)BEKeyEntryContext(py)shouldEvaluateForInputSystemHandling"
  },
  "title" : "shouldEvaluateForInputSystemHandling"
}
-->

# shouldEvaluateForInputSystemHandling

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

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)