Skip to content

Commit

Permalink
recording: gitignore modifications and new keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser authored and lightningterror committed Apr 20, 2019
1 parent 4d88a57 commit c2a19b7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ Devel

oprofile_data/

# Recording Specific Ignores (pcsx2-rr)
*.p2s
*.p2m2
*.p2m2_backup
*.p2m
*.p2m_backup

# Visual Studio upgrades
/Backup*
/UpgradeLog*.htm
Expand Down
28 changes: 28 additions & 0 deletions bin/PCSX2_keys.ini.default
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,31 @@ GSwindow_OffsetYplus = Alt-Ctrl-DOWN
GSwindow_OffsetXminus = Alt-Ctrl-LEFT
GSwindow_OffsetXplus = Alt-Ctrl-RIGHT
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

0 comments on commit c2a19b7

Please sign in to comment.