Skip to content

Commit

Permalink
fix(docs): fix key being LALT instead of LMENU
Browse files Browse the repository at this point in the history
  • Loading branch information
AvarianKnight authored Feb 17, 2022
1 parent a98fb20 commit 2eb25b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ All of the configs here are set using `setr [voice_configOption] [int]` OR `setr
| voice_enablePhones | 1 | Enables the phone sub-modules | int |
| voice_enableSubmix | 1 | Enables the submix which adds a radio/phone style submix to their voice **NOTE: Submixs require native audio** | int |
| voice_enableRadioAnim | 0 | Enables (grab shoulder mic) animation while talking on the radio. | int |
| voice_defaultRadio | LALT | The default key to use the radio. You can find a list of valid keys [in the FiveM docs](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/) | string |
| voice_defaultRadio | LMENU | The default key to use the radio. You can find a list of valid keys [in the FiveM docs](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/) | string |

### Sync

Expand Down

0 comments on commit 2eb25b4

Please sign in to comment.