From dc37e6a66152fd0348e44279283a8b77812f6a2a Mon Sep 17 00:00:00 2001 From: mizma Date: Mon, 8 Jan 2024 10:52:05 +0900 Subject: [PATCH] Fix Hotkey related discrepancy. (#9) - Currently no default Hotkey set for Invert Y-Axis - Hotkeys page SOCD Cleaning default shows S1+A1+Direction, when actual default is S2+A1 - Usage page Dpad Right Analog shows S2+A1+Right, when actual default is S1+S2+Right --- docs/hotkeys.mdx | 8 +++----- docs/usage.mdx | 3 +-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/hotkeys.mdx b/docs/hotkeys.mdx index 7d28fba..193a83d 100644 --- a/docs/hotkeys.mdx +++ b/docs/hotkeys.mdx @@ -60,7 +60,7 @@ 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**: +**Default**: | 1st Input + 2nd Input | Result | | :-------------------: | :-----: | @@ -73,7 +73,7 @@ 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**: +**Default**: | 1st Input + 2nd Input | Result | | :-------------------: | :-----: | @@ -86,7 +86,7 @@ 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**: +**Default**: | 1st Input + 2nd Input | Result | | :-------------------: | :----: | @@ -131,8 +131,6 @@ This hotkey will invert the X-axis of your controller (i.e. pressing the Right b This hotkey will invert the Y-axis of your controller (i.e. pressing the Up button will result in a Down input and vice versa). -**Default**: - ## Toggle 4-Way Joystick Mode This hotkey will alter the behavior of the directional buttons such that only the cardinal directions will register as inputs and diagonal directions will be disabled and ignored. diff --git a/docs/usage.mdx b/docs/usage.mdx index 5f79790..454e30c 100644 --- a/docs/usage.mdx +++ b/docs/usage.mdx @@ -87,11 +87,10 @@ A number of hotkeys are enabled by default and if you are encountering issues wi | [Home Button](hotkeys.mdx#home-button) | | | [Dpad Digital](hotkeys.mdx#dpad-digital) | | | [Dpad Left Analog](hotkeys.mdx#dpad-left-analog) | | -| [Dpad Right Analog](hotkeys.mdx#dpad-right-analog) | | +| [Dpad Right Analog](hotkeys.mdx#dpad-right-analog) | | | [SOCD Up Priority](hotkeys.mdx#socd-up-priority) | | | [SOCD Neutral](hotkeys.mdx#socd-neutral) | | | [SOCD Last Wins](hotkeys.mdx#socd-last-win) | | -| [SOCD Invert Y Axis](hotkeys.mdx#invert-y-axis) | | :::note