Skip to content

Commit

Permalink
Better example for mapping keys
Browse files Browse the repository at this point in the history
  • Loading branch information
maephisto666 committed Dec 3, 2018
1 parent 7ab99ac commit a304a24
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions example.se
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Map movement controls to the left stick
# Map movement controls to the left stick. The same can be done using 'right' instead of 'left'.
w = leftY-
a = leftX-
s = leftY+
d = leftX+

space = X
e = square
escape = O
y = X
u = square
i = O
o = triangle

leftMouse = R2
rightMouse = L1
x = L2
g = R1
h = R2
leftMouse = L1
rightMouse = L2

p = PS
t = touchpad
Expand Down

0 comments on commit a304a24

Please sign in to comment.