fix previous commit: use pos/neg instead of +/-

This commit is contained in:
marschap
2006-04-09 11:41:00 +00:00
parent c130d15677
commit 74359dd1f3
3 changed files with 26 additions and 18 deletions
+6 -6
View File
@@ -453,14 +453,14 @@ Size=16x2
Device=/dev/js0
# set the axis map
Map_Axis1- = Left
Map_Axis1+ = Right
Map_Axis2- = Up
Map_Axis2+ = Down
Map_Axis1neg=Left
Map_Axis1pos=Right
Map_Axis2neg=Up
Map_Axis2pos=Down
# set the button map
Map_Button1 = Enter
Map_Button2 = Escape
Map_Button1=Enter
Map_Button2=Escape