This commit is contained in:
andres.delikat 2011-02-15 20:51:07 +00:00
parent ae7a521411
commit 03e5692083
1 changed files with 4 additions and 3 deletions

View File

@ -34,9 +34,10 @@
public RecentFiles RecentMovies = new RecentFiles(8);
// Client Hotkey Bindings
public string HardResetBinding = "Ctrl+R";
public string FastForwardBinding = "J1 B6 Tab";
public string RewindBinding = "J1 B5, Shift+R";
//TODO: These should be allowed to be "", not every hotkey should have to be mapped somewhere
public string HardResetBinding = "LeftShift+Tab"; //TODO: This needs to be Ctrl+R but how?
public string FastForwardBinding = "J1 B6, Tab";
public string RewindBinding = "J1 B5, LeftShift+R, RightShift+R";
public string EmulatorPauseBinding = "Pause";
public string FrameAdvanceBinding = "F";
public string ScreenshotBinding = "F12";