Инструкция:
Скачайте mouse_tool.ps1 откройте powershell Shift+Правая клавиша мыши в папке загрузки
powershell -ExecutionPolicy Bypass -File mouse_tool.ps1
Происходит проверка Rust и link.exe от Visual Studio. Если не найден — автоматически скачивает и тихо устанавливает MSVC Build Tools с компонентом VCTools.
Установка занимает 3–7 минут, прогресс-бар будет виден в отдельном окне.
Нажимайте клавиши громкости – в консоли появится либо RAW KEYBOARD, либо RAW HID (Consumer), и после двойного нажатия будет изменяться скорость мыши.
Если клавиши по-прежнему не отображаются, временно закройте все утилиты производителя клавиатуры (например, Logitech Options, Razer Synapse), которые могут перехватывать мультимедийные клавиши.
This Python script allows you to temporarily slow down your mouse movement by pressing the AppsKey (context menu key) on your keyboard.
- The mouse speed is reduced to 1/10 of the original speed.
- A small notification appears near the cursor when slow mode is activated or deactivated.
- The slowdown turns off automatically after 5 seconds or when
AppsKeyis pressed again.
- Toggle slowdown mode with
AppsKey. - Mouse speed reduced by 10x.
- Notification shown near the cursor for 1 second.
- Automatic deactivation after 5 seconds.
- Python 3.7+
pyautogui,keyboard
Install dependencies:
pip install pyautogui keyboard