Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added default hotkeys to descriptions #627

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/docs/hotkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This hotkey changes the DPad mode to such the directions to be read as inputs on

This hotkey emulates a press of the <Hotkey buttons={["A1"]}/> button as not all controllers may have this button natively on the controller.

**Default**: <Hotkey buttons={["S1", "S2", "Up"]}/>

## Capture Button

This hotkey emulates a press of the <Hotkey buttons={["A2"]}/> button as not all controllers may have this button natively on the controller.
Expand All @@ -58,6 +60,8 @@ This hotkey emulates a press of the <Hotkey buttons={["A2"]}/> button as not all

This hotkey changes the SOCD cleaning method to resolve to a neutral input (no input) on the X-axis, but prioritize the `Up` input on the Y-axis when both directions are pressed simultaneously.

**Default**: <Hotkey buttons={["S1", "A1", "Up"]}/>

| 1st Input + 2nd Input | Result |
| :-------------------: | :-----: |
| Left + Right | Neutral |
Expand All @@ -69,6 +73,8 @@ This hotkey changes the SOCD cleaning method to resolve to a neutral input (no i

This hotkey changes the SOCD cleaning method to resolve to a neutral input (no input) on both the X-axis and Y-axis when both directions are pressed simultaneously.

**Default**: <Hotkey buttons={["S1", "A1", "Down"]}/>

| 1st Input + 2nd Input | Result |
| :-------------------: | :-----: |
| Left + Right | Neutral |
Expand All @@ -80,6 +86,8 @@ This hotkey changes the SOCD cleaning method to resolve to a neutral input (no i

This hotkey changes the SOCD cleaning method to prioritize the second directional input on both the X-axis and Y-axis when both directions are pressed simultaneously.

**Default**: <Hotkey buttons={["S1", "A1", "Left"]}/>

| 1st Input + 2nd Input | Result |
| :-------------------: | :----: |
| Left + Right | Right |
Expand Down