Milky-Warp 是一款屏幕局部放大的开源工具,支持快捷键启动,可用鼠标滚轮控制局部放大缩小屏幕。基于Tauri, Vite, Vue, 和Typescript编写,遵守MIT开源协议。多平台支持包括 Windows,macOS、Linux 。
功能特色:
快捷键 Ctrl+Alt+A 激活/关闭 放大镜
使用鼠标在屏幕上移动放大镜
使用鼠标滚轮放大和缩小
单击可固定放大镜位置,再次单击可释放放大镜
源代码:https://github.com/hugoattal/milky-warp
-----------------------------------------------------------
Simple magnifier for presentations (so that people can read the tiny texts)
Milky-Warp
Navigate the galaxy of pixels with Milky Warp!
Milky Warp is an open-source tool that displays a magnifier when pressing a shortcut. It's built with Tauri, Vite, Vue, and Typescript.
Features
- Displays a magnifier when pressing a configurable shortcut
- Supports zoom in and zoom out using the mouse scroll wheel
- Cross-platform: runs on Windows, macOS, and Linux
Preview
Installation
Windows:
Download the latest release from the releases page
macOS:
There is no release for macOS yet. You can build the application from source.
Linux:
There is no release for Linux yet. You can build the application from source.
Build
- Clone the repository:
git clone https://github.com/hugoattal/milky-warp
- Install the dependencies:
pnpm install
- Build the application:
pnpm run tauri build
- Get the executable from the
src-tauri/target
folder
Usage
- Press the shortcut key (default:
Ctrl+Alt+A
) to activate the magnifier - Use the mouse to move the magnifier around the screen
- Use the mouse scroll wheel to zoom in and out
- Click to fix the magnifier position, and click again to release it
- Press the shortcut key again to deactivate the magnifier
Experimental
You can also use the shortcut holder. Due to some limitation, it's not as smooth as I would like it to be.
- Press the shortcut key (default:
Ctrl+Alt+A
) to activate the magnifier - Then you can hold and release the hold shortcut (default:
Ctrl+Shift+A
) - While the magnifier is hidden using the hold shortcut, you can't click
- To close this mode, close the magnifier with the normal shortcut (default:
Ctrl+Alt+A
)
Configuration
You can customize the shortcut key by editing the src/config.ts
file.
from https://github.com/hugoattal/milky-warp
No comments:
Post a Comment