let's only have left control default hotkey configs, for now

This commit is contained in:
andres.delikat 2011-04-17 18:19:51 +00:00
parent 6ebb1dd932
commit e4543720d1
1 changed files with 2 additions and 2 deletions

View File

@ -199,8 +199,8 @@
public string HexEditor = "";
public string LuaConsole = "";
public string Cheats = "";
public string OpenROM = "LeftControl+O, RightControl+O";
public string CloseROM = "LeftControl+W, RightControl+W";
public string OpenROM = "LeftControl+O";
public string CloseROM = "LeftControl+W";
public string FrameCounterBinding = "";
public string FPSBinding = "";
public string LagCounterBinding = "";