Skip to content

1.0.2.9

Compare
Choose a tag to compare
@avan06 avan06 released this 03 Mar 06:58
· 5 commits to main since this release
  1. Improved floating-point number display format in the Hex window. #47
    Now, when the value is between 1 and -1, it will be displayed directly without using exponential notation.

  2. Handling to prevent exceptions from occurring during Auto Refresh. #48

  3. Add support for Hotkeys feature. #24
    Currently, the hotkeys are hardcoded in the program...

  • main window hotkey

    • Control + O
      Perform open file
    • Control + S
      Perform save file
    • Control + Q
      Open Query window
    • Control + H
      Open HexView window
    • Alt + S
      Open Settings window
    • Control + A
      Perform add address
    • Control + R
      Perform refresh cheat list
    • Alt + E
      Perform Collapse or ExpandAll in the CheatGridView, automatically determining the current status
    • Alt + L
      Set LockEnable to enable or disable, depending on the current button activation status
    • Alt + R
      Set AutoRefresh to enable or disable, depending on the current button activation status
  • query window hotkey

    • Control + G
      Perform get processes(retrieve all program lists again)
    • Control + P
      Perform pause or resume. If the current status is paused, execute resume; otherwise, do the opposite
    • Alt + S
      Perform the first or next scan
    • Alt + U
      Perform undo scan
    • Alt + R
      Perform redo scan
    • Control + R
      Perform refresh result list
    • Control + N
      Create a new scan, clearing the current scan results
    • Alt + C
      Clone the current scan results into a new Query window
    • Control + Left:
      Collapse the left Split panel
    • Control + Right:
      Expand the left Split panel
    • Control + Up:
      Collapse the upper right Split panel
    • Control + Down:
      Expand the upper right Split panel
  • HexEditor window hotkey

    • Control + P
      Go to Previous Page
    • Control + N
      Go to Next Page
    • Control + R
      Refresh HexBox
    • Control + S
      Write Modifications to PS4
    • Control + A
      Add to Cheat Grid
    • F3
      Perform Find, forward or backward depending on whether "Forward" is checked
    • Control + Left:
      Collapse the left Split panel
    • Control + Right:
      Expand the left Split panel
    • Control + Up:
      Collapse the upper right Split panel
    • Control + Down:
      Expand the upper right Split panel