From e156b3f722a817f82cea4e1ecb39005e486102c9 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 22 Sep 2012 20:38:05 +0000 Subject: [PATCH] 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) --- BizHawk.MultiClient/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.MultiClient/Config.cs b/BizHawk.MultiClient/Config.cs index 2b41b9eff0..f8c5c4df0c 100644 --- a/BizHawk.MultiClient/Config.cs +++ b/BizHawk.MultiClient/Config.cs @@ -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"; }