From d63ce8dd9a909da23fbc7e738ff6bd1ed3d09d1f Mon Sep 17 00:00:00 2001 From: outphase Date: Thu, 16 Nov 2023 09:58:47 -0600 Subject: [PATCH] Added default hotkeys to descriptions The home button and SOCD hotkeys did not have their default bindings. They have been added for consistency. --- site/docs/hotkeys.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/docs/hotkeys.mdx b/site/docs/hotkeys.mdx index 92a8ebf69..c76b6647e 100644 --- a/site/docs/hotkeys.mdx +++ b/site/docs/hotkeys.mdx @@ -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 button as not all controllers may have this button natively on the controller. +**Default**: + ## Capture Button This hotkey emulates a press of the button as not all controllers may have this button natively on the controller. @@ -58,6 +60,8 @@ This hotkey emulates a press of the 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**: + | 1st Input + 2nd Input | Result | | :-------------------: | :-----: | | Left + Right | Neutral | @@ -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**: + | 1st Input + 2nd Input | Result | | :-------------------: | :-----: | | Left + Right | Neutral | @@ -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**: + | 1st Input + 2nd Input | Result | | :-------------------: | :----: | | Left + Right | Right |