oops
This commit is contained in:
parent
ae7a521411
commit
03e5692083
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue