mirror of https://github.com/PCSX2/pcsx2.git
recording: gitignore modifications and new keybindings
This commit is contained in:
parent
4d88a57f27
commit
c2a19b7be5
|
@ -53,6 +53,13 @@ Devel
|
||||||
|
|
||||||
oprofile_data/
|
oprofile_data/
|
||||||
|
|
||||||
|
# Recording Specific Ignores (pcsx2-rr)
|
||||||
|
*.p2s
|
||||||
|
*.p2m2
|
||||||
|
*.p2m2_backup
|
||||||
|
*.p2m
|
||||||
|
*.p2m_backup
|
||||||
|
|
||||||
# Visual Studio upgrades
|
# Visual Studio upgrades
|
||||||
/Backup*
|
/Backup*
|
||||||
/UpgradeLog*.htm
|
/UpgradeLog*.htm
|
||||||
|
|
|
@ -80,3 +80,31 @@ GSwindow_OffsetYplus = Alt-Ctrl-DOWN
|
||||||
GSwindow_OffsetXminus = Alt-Ctrl-LEFT
|
GSwindow_OffsetXminus = Alt-Ctrl-LEFT
|
||||||
GSwindow_OffsetXplus = Alt-Ctrl-RIGHT
|
GSwindow_OffsetXplus = Alt-Ctrl-RIGHT
|
||||||
GSwindow_OffsetReset = Alt-Ctrl-KP_DIVIDE
|
GSwindow_OffsetReset = Alt-Ctrl-KP_DIVIDE
|
||||||
|
|
||||||
|
# Recording Bindings
|
||||||
|
# TODO: add to http://wiki.pcsx2.net/index.php/Hotkeys
|
||||||
|
FrameAdvance = SPACE
|
||||||
|
TogglePause = Shift-P
|
||||||
|
InputRecordingModeToggle = Shift-R
|
||||||
|
|
||||||
|
# Save State Management
|
||||||
|
States_SaveSlot0 = Shift-KP_1
|
||||||
|
States_SaveSlot1 = Shift-KP_2
|
||||||
|
States_SaveSlot2 = Shift-KP_3
|
||||||
|
States_SaveSlot3 = Shift-KP_4
|
||||||
|
States_SaveSlot4 = Shift-KP_5
|
||||||
|
States_SaveSlot5 = Shift-KP_6
|
||||||
|
States_SaveSlot6 = Shift-KP_7
|
||||||
|
States_SaveSlot7 = Shift-KP_8
|
||||||
|
States_SaveSlot8 = Shift-KP_9
|
||||||
|
States_SaveSlot9 = Shift-KP_0
|
||||||
|
States_LoadSlot0 = KP_1
|
||||||
|
States_LoadSlot1 = KP_2
|
||||||
|
States_LoadSlot2 = KP_3
|
||||||
|
States_LoadSlot3 = KP_4
|
||||||
|
States_LoadSlot4 = KP_5
|
||||||
|
States_LoadSlot5 = KP_6
|
||||||
|
States_LoadSlot6 = KP_7
|
||||||
|
States_LoadSlot7 = KP_8
|
||||||
|
States_LoadSlot8 = KP_9
|
||||||
|
States_LoadSlot9 = KP_0
|
||||||
|
|
Loading…
Reference in New Issue