Skip to content

Conversation

@IvanHanloth
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings April 21, 2025 04:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR upgrades the application to version v2.1.0.0 and adds several new features including process freezing (with optional enhanced freeze via pssuspend64), mouse input hide triggers (middle button, side buttons, and corner detection), and an auto-hide mechanism based on user inactivity.

  • Added process freeze and unfreeze functions using both native API and pssuspend64.exe
  • Integrated new mouse-based actions and auto-hide features in both core and GUI components
  • Updated configuration and settings pages to support additional options and improved UI behaviors

Reviewed Changes

Copilot reviewed 18 out of 18 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
main/core/tools.py Adds process freeze functionality; defines NtSuspendProcess/NtResumeProcess and uses subprocess for enhanced freeze operations
main/core/listener.py Implements mouse listeners, auto-hide monitoring, and updated window state management
main/core/config.py Updates configuration with new freeze, mouse hide, and auto-hide options
main/GUI/window_restore.py Refactors window restoration with enhanced freeze and restore options
main/GUI/setting/options_page.py Introduces new UI elements for freeze options and admin authority checks
(Other GUI files) Updates hotkeys and binding pages to support new features
main/Boss-Key.py Adjusts startup behavior and cleanup to account for new configuration changes
README.md Documents the new features and updates version/release information
Comments suppressed due to low confidence (1)

main/core/tools.py:18

  • The code below uses 'Config' (e.g., Config.root_path) but does not import it. Consider adding 'from core.config import Config' at the top to prevent a NameError.
from core.model import WindowInfo

# Boss-Key

![](/src/static/bannar.jpg)
![Boss-Key logo bannar](/src/static/bannar.jpg)
Copy link

Copilot AI Apr 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The word 'bannar' appears to be a misspelling. Consider changing it to 'banner'.

Suggested change
![Boss-Key logo bannar](/src/static/bannar.jpg)
![Boss-Key logo banner](/src/static/banner.jpg)

Copilot uses AI. Check for mistakes.
@IvanHanloth IvanHanloth deployed to buildup-test April 21, 2025 05:05 — with GitHub Actions Active
@IvanHanloth IvanHanloth merged commit 910d588 into main Apr 21, 2025
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants