diff --git a/.bind-File-Example:-Distinct---Four-Way-Stickzones.md b/.bind-File-Example:-Distinct---Four-Way-Stickzones.md index 0bad165..5fdfd65 100644 --- a/.bind-File-Example:-Distinct---Four-Way-Stickzones.md +++ b/.bind-File-Example:-Distinct---Four-Way-Stickzones.md @@ -58,10 +58,10 @@ This basically gives you a *reliable* extra four buttons on the thumbstick, with # Setup distinct/non-overlapping 4-Way zones stickzone del STICK_PAGEUP stickzone del STICK_PAGEDOWN - stickzone bounds STICK_LEFT 0.0 0.3 0.1 0.7 - stickzone bounds STICK_RIGHT 0.9 0.3 1.0 0.7 - stickzone bounds STICK_UP 0.3 0.0 0.7 0.1 - stickzone bounds STICK_DOWN 0.3 0.9 0.7 1.0 + stickzone bounds STICK_LEFT 0.0 0.3 0.2 0.7 + stickzone bounds STICK_RIGHT 0.8 0.3 1.0 0.7 + stickzone bounds STICK_UP 0.3 0.0 0.7 0.2 + stickzone bounds STICK_DOWN 0.3 0.8 0.7 1.0 bind STICK_LEFT KEY_LEFT bind STICK_RIGHT KEY_RIGHT