<!--
{
  "availability" : [
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/onMoveCommand(perform:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE13onMoveCommand7performQryAA0eF9DirectionOcSg_tF"
  },
  "title" : "onMoveCommand(perform:)"
}
-->

# onMoveCommand(perform:)

Adds an action to perform in response to a move command, like when the
user presses an arrow key on a Mac keyboard, or taps the edge of the
Siri Remote when controlling an Apple TV.

```
nonisolated func onMoveCommand(perform action: ((MoveCommandDirection) -> Void)?) -> some View
```

---

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)