---
title: "stepKey"
canonical: "https://help.vicon.com/space/Shogun111/13208586/stepKey"
format: markdown
---
# Description

Goes to the next frame that has a key on the selected modules. (Works like [findGap](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207840), but doesn't wrap). Useful for data analysis scripts.

## Functional area

Playback control

# Command syntax

## Syntax

|  |
| --- |
| `stepKey [-b] [-any] [-s] [-primary]` |

### Arguments

None

### Flags

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `b` | 0 | — | — | Steps backwards in time |
| `any` | 0 | — | — | Steps to the next or previous frame where X Y and Z all have keys |
| `s` | 0 | — | — | Set selected modules |
| `primary` | 0 | — | — | Use the primary selected modules |

## Return value

boolean

> Macro (scroll-pagebreak)

## Examples

```plaintext
//open a sample file (*.c3d)
//
//select markers
selectByType Marker;
stepKey;
```

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207627)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13220014)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13207878)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208060)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208062)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208120)
- [play](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208228)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13220044)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208232)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208500)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208524)
- [step](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208584)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun111/pages/13208588)