Installation

1

Download

Get the plugin from the Marketplace or download the .streamDeckPlugin file from GitHub Releases.

GitHub releases page
2

Install

Double-click the downloaded .streamDeckPlugin file. The Stream Deck app will prompt you to install.

Stream Deck install prompt
3

Verify

In the Stream Deck app, search for FXCommands in the actions list. You should see the Run Command action.

FXCommands in Stream Deck action list

Basic Configuration

1

Add to Deck

Drag the Run Command action onto any button on your Stream Deck.

Dragging FXCommands action to Stream Deck
2

Set Command

Click the button to open its settings. Type your command in the On Press field, e.g. e sit

FXCommands Property Inspector
3

Play

Launch FiveM/RedM, connect to a server, and press your button. The command executes instantly.

Command executing in FiveM

Advanced Features

Press & Release

Use On Press and On Release to run different commands on key down vs key up.

Press: e sit
Release: e c

Multi-Stage Buttons

Expand Advanced Settings and set the number of states (up to 5). Each state has its own press/release commands. The button cycles through them.

Stage 0: e sit
Stage 1: e c

Chained Commands

Use ; to send multiple commands in a single press. FiveM processes them sequentially.

e sit;me relaxes on the ground

Delayed Commands

Add a delay between commands using ;; for 500ms or {NNNms} for a custom delay.

e think;{2000ms};e c
Emote for 2 seconds, then cancel

Having issues?

Troubleshooting Guide