---
title: tabFocusesLinks
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/wkpreferences/tabfocuseslinks
---

# tabFocusesLinks

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

## Declaration

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

## Discussion

Discussion When the value of this property is 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.

## See Also

### Setting Behavior Preferences

- [isTextInteractionEnabled](webkit/wkpreferences/istextinteractionenabled.md)
- [isElementFullscreenEnabled](webkit/wkpreferences/iselementfullscreenenabled.md)
- [inactiveSchedulingPolicy](webkit/wkpreferences/inactiveschedulingpolicy-swift.property.md)
- [WKPreferences.InactiveSchedulingPolicy](webkit/wkpreferences/inactiveschedulingpolicy-swift.enum.md)
