DOS MiniMag is a lightweight mouse-adjacent magnifier for quick inspection without losing focus or hunting for the Windows Magnifier window.
- Borderless 480x240 lens by default
- Always on top
- Follows the cursor with a down-right offset
- Flips left or upward near screen edges
- Click-through, so the app underneath still receives clicks
- Captures pixels around the pointer and scales them with crisp nearest-neighbor zoom
- Freezes and unfreezes the current view
- Lives in the system tray with a small control menu
Alt+M: show or hide the lensF13: hold to peek, release to hide againMouse Button 4: hold to peek, release to hide againMouse Button 5: freeze or unfreezeAlt++: zoom inAlt+-: zoom outAlt+Numpad +: zoom inAlt+Numpad -: zoom outAlt+F: freeze or unfreezeAlt+1: 2x zoomAlt+2: 3x zoomAlt+3: 4x zoom- Tray menu: show/hide, freeze, zoom, size, exit
From this folder:
dotnet runTo publish a single-file Windows executable:
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained falseThe published executable will be under bin\Release\net8.0-windows\win-x64\publish.
MiniMag supports common thumb buttons without Synapse:
- Mouse Button 4: hold-to-peek
- Mouse Button 5: freeze or unfreeze
If you do use Razer Synapse, these mappings also work well:
- Side button 1:
Alt+Mto show or hide the lens - Side button 2:
Alt+Fto freeze or unfreeze - Side button 3 / clutch:
F13for hold-to-peek - DPI clutch or wheel tilt:
Alt+Numpad +/Alt+Numpad -for zoom
This keeps MiniMag brand-neutral and avoids a global mouse hook, which is better for responsiveness.