---
title: sendsActionOnArrowKeys
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsbrowser/sendsactiononarrowkeys
---

# sendsActionOnArrowKeys

A Boolean that indicates whether pressing an arrow key causes an action message to be sent.

## Declaration

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

## Discussion

Discussion When the value of this property is false, pressing an arrow key scrolls the browser. When the value of this property is true, it also sends the action message specified by action.

## See Also

### Managing Actions

- [doubleAction](appkit/nsbrowser/doubleaction.md)
- [sendAction()](appkit/nsbrowser/sendaction().md)
