Change SNES default controller L & R buttons to W & E (instead of Q & E) to avoid a conflict with the default Read-only toggle hotkey (Q)
This commit is contained in:
parent
46ec39d7e3
commit
e156b3f722
|
@ -750,8 +750,8 @@ namespace BizHawk.MultiClient
|
|||
B = "Z, J1 B1";
|
||||
Y = "A, J1 B3";
|
||||
X = "S, J1 B4";
|
||||
L = "Q";
|
||||
R = "W";
|
||||
L = "W";
|
||||
R = "E";
|
||||
Start = "Return, J1 B8";
|
||||
Select = "Space, J1 B7";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue