<!--
{
  "availability" : [
    "macOS: 10.12.4 -"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WKPreferences/tabFocusesLinks",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WKPreferences(py)tabFocusesLinks"
  },
  "title" : "tabFocusesLinks"
}
-->

# tabFocusesLinks

A Boolean value that indicates whether pressing the tab key changes the focus to links and form controls.

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

## Discussion

When the value of this property is <doc://com.apple.documentation/documentation/Swift/true>, the web view includes links and form controls in the set of items that may receive focus. Pressing the Option key temporarily reverses this preference.

---

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)