Skip to content

Commit

Permalink
Added default hotkeys to descriptions (OpenStickCommunity#627)
Browse files Browse the repository at this point in the history
The home button and SOCD hotkeys did not have their default bindings. They have been added for consistency.
  • Loading branch information
termdisc authored Nov 16, 2023
1 parent b1e800b commit 4e61eb8
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 4e61eb8

Please sign in to comment.