-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeybinds.ini
More file actions
37 lines (34 loc) · 797 Bytes
/
Copy pathkeybinds.ini
File metadata and controls
37 lines (34 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# SNES Controller Keybinds
# Edit values to customize. Restart the game to apply.
# Use SDL key names. Common: A B C ... Z, 0-9, F1-F12, Up Down Left Right,
# Return, Tab, Space, Left Shift, Right Shift, Left Ctrl, Right Ctrl,
# Backspace, Escape, Backslash. Use "None" to leave a button unbound.
#
# Player 2 is unbound by default — fill in keys to enable a second
# keyboard player.
[player1]
a = X
b = Z
x = S
y = A
l = C
r = V
start = Return
select = Right Shift
up = Up
down = Down
left = Left
right = Right
[player2]
a = None
b = None
x = None
y = None
l = None
r = None
start = None
select = None
up = None
down = None
left = None
right = None