Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ynsta/steamcontroller.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStany MARCEL <stanypub@gmail.com>2015-10-30 02:36:26 +0300
committerStany MARCEL <stanypub@gmail.com>2015-10-30 02:36:26 +0300
commit2b495b05c82180ffda69356b7a1659075f369e76 (patch)
tree588e75b032163442553070c085252bfcfcc6bb08 /scripts
parent0b21dd32c35c4578f83a19f65197f3d2bd4ec759 (diff)
Correct xbox mapping
Signed-off-by: Stany MARCEL <stanypub@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sc-xbox.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/sc-xbox.py b/scripts/sc-xbox.py
index 57dae17..a55944c 100755
--- a/scripts/sc-xbox.py
+++ b/scripts/sc-xbox.py
@@ -42,11 +42,11 @@ button_map = {
SCButtons.B : Keys.BTN_B,
SCButtons.X : Keys.BTN_X,
SCButtons.Y : Keys.BTN_Y,
- SCButtons.Back : Keys.BTN_BACK,
- SCButtons.Start : Keys.BTN_START,
- SCButtons.Steam : Keys.BTN_MODE,
SCButtons.LB : Keys.BTN_TL,
SCButtons.RB : Keys.BTN_TR,
+ SCButtons.Back : Keys.BTN_SELECT,
+ SCButtons.Start : Keys.BTN_START,
+ SCButtons.Steam : Keys.BTN_MODE,
SCButtons.Stick : Keys.BTN_THUMBL,
SCButtons.RPad : Keys.BTN_THUMBR,
SCButtons.LGrip : Keys.BTN_A,