Skip to content

1.0.4

Latest
Compare
Choose a tag to compare
@avan06 avan06 released this 01 Jan 15:23
· 2 commits to main since this release

The hotkey values added in version 1.0.2.9 can now be modified in the Options window, and you can determine whether to enable them.

main window hotkey

  • KeyMain:
    Determine whether to enable the hotkeys for the Main window.
  • KeyMainPerformOpen:
    Perform open file, Default Ctrl + O
  • KeyMainPerformSave:
    Perform save file, Default Ctrl + S
  • KeyMainOpenNewQuery:
    Open Query window, Default Ctrl + Q
  • KeyMainOpenHexView:
    Open HexView window, Default Ctrl + H
  • KeyMainOpenSettings:
    Open Settings window, Default Alt + S
  • KeyMainPerformAdd:
    Perform add address, Default Alt + A
  • KeyMainPerformRefreshCheat:
    Perform refresh cheat list, Default Ctrl + R
  • KeyMainCheatGridViewCollapseExpandAll:
    Perform Collapse or ExpandAll in the CheatGridView, automatically determining the current status, Default Alt + E
  • KeyMainSetLockEnable:
    Set LockEnable to enable or disable, depending on the current button activation status, Default Alt + L
  • KeyMainSetAutoRefresh:
    Set AutoRefresh to enable or disable, depending on the current button activation status, Default Alt + R

query window hotkey

  • KeyQuery:
    Determine whether to enable the hotkeys for the Query window.
  • KeyQueryPerformGetProcessesBtn:
    Perform get processes(retrieve all program lists again), Default Ctrl + G
  • KeyQueryPerformPauseResume:
    Perform pause or resume. If the current status is paused, execute resume; otherwise, do the opposite, Default Ctrl + P
  • KeyQueryPerformScanBtn:
    Perform the first or next scan, Default Alt + S
  • KeyQueryPerformUndoBtn:
    Perform undo scan, Default Alt + U
  • KeyQueryPerformRedoBtn:
    Perform redo scan, Default Alt + R
  • KeyQueryPerformRefreshBtn:
    Perform refresh result list, Default Ctrl + R
  • KeyQueryPerformNewBtn:
    Create a new scan, clearing the current scan results, Default Ctrl + N
  • KeyQueryPerformCloneScanBtn:
    Clone the current scan results into a new Query window, Default Alt + C
  • KeyQueryCollapseLeftSplitPanel:
    Collapse the left Split panel, Default Ctrl + Left
  • KeyQueryExpandLeftSplitPanel:
    Expand the left Split panel, Default Ctrl + Right
  • KeyQueryCollapseUpperRightSplitPanel:
    Collapse the upper right Split panel, Default Ctrl + Up
  • KeyQueryExpandUpperRightSplitPanel:
    Expand the upper right Split panel, Default Ctrl + Down

HexEditor window hotkey

  • KeyHexEditor:
    Determine whether to enable the hotkeys for the HexEditor window.
  • KeyHexEditorGoPreviousBtn:
    Go to Previous Page , Default Ctrl + P
  • KeyHexEditorGoNextBtn:
    Go to Next Page, Default Ctrl + N
  • KeyHexEditorPerformRefreshBtn:
    Refresh HexBox, Default Ctrl + R
  • KeyHexEditorPerformCommitBtn:
    Write Modifications to PS4 , Default Ctrl + S
  • KeyHexEditorPerformAddToCheatGridBtn:
    Add to Cheat Grid, Default Alt + A
  • KeyHexEditorPerformFindBtn:
    Perform Find, forward or backward depending on whether "Forward" is checked , Default F3
  • KeyHexEditorCollapseLeftSplitPanel:
    Collapse the left Split panel, Default Ctrl + Left
  • KeyHexEditorExpandLeftSplitPanel:
    Expand the left Split panel, Default Ctrl + Right
  • KeyHexEditorCollapseUpperRightSplitPanel:
    Collapse the upper right Split panel, Default Ctrl + Up
  • KeyHexEditorExpandUpperRightSplitPanel:
    Expand the upper right Split panel, Default Ctrl + Down