MiHotkeys is a Windows Forms application designed for quick access to system settings using hotkeys. The app allows users to switch power modes and adjust display refresh rates via predefined keyboard shortcuts.
- Power Mode Switching: Toggle between Silence, Balance, and Max Power modes using the
Mibutton. - Display Refresh Rate Switching: Change between 60Hz, 120Hz, and 165Hz with
Mi+F12. - System Tray Integration: Displays current settings in the system tray.
- Clone the repository:
git clone https://github.com/oldhowl/MiHotkeys.git cd MiHotkeys - Build the project:
dotnet build
- Publish as a single executable:
dotnet publish -c Release -r win-x64 --self-contained -p:PublishSingleFile=true
- Run on Startup: Toggle auto-start from the system tray menu.
- Exiting: Right-click the tray icon and select "Exit."
Contributions are welcome! Open an issue or submit a pull request.