Coming Soon
I will have 2 new versions of this coming soon. The first will be a complete rewrite (V2) in AutoHotkey V2 syntax without performance fixes and the 2nd (V3) will be a C++ version.
Current Release
On The Fly DPI
What This Is
On The Fly DPI allows you change the mouse sensitivity on the fly (very quickly) by using modifier keys (hotkeys) and the mouse. ONFDPI is stand-alone application that can be used for anything that would call for changing the sensitivity quickly such as gaming (far to near sniping anyone?) or graphic design or whatever else you might think of.
What This Is Not
This is not a driver for individual mice. This is from Microsofts WIN32 API that allows external and secondary control of DPI settings and can be used in conjunction with the separate mice settings for more precision control.
Motivation
I always need to change the mouse sensitivity quickly and I have used scripts for a while, but I wanted something small and portable.
Usage
ONFDPI runs in the system tray where there’s a help selection with the listed hotkeys and other info and selections to restart and exit the program.
Hotkeys (not perfected yet, but I think they’re suitable for now)
Raise Sensitivity: Mouse Wheel Up Or XButton2
[Control]+[Alt]+ +1 Sensitivity
[Control]+[Shift]+ +2 Sensitivity
[Shift]+[Alt]+ Max Sensitivity
Lower Sensitivity: Mouse Wheel Down Or XButton1
[Control]+[Alt]+ -1 Sensitivity
[Control]+[Shift]+ -2 Sensitivity
[Shift]+[Alt]+ Min Sensitivity
Default: Click Mouse Button
[Control]+[Alt]+ Reset to default
Installation
Portable program (Plans for installer and portable option).
Contributors
Ian Pride @ faithnomoread@yahoo.com - [Lateralus138] @ New Pride Services
Project Information
This project is written in AutoHotkey
.
Other Miscellaneous File Information
Description | Status |
---|---|
Project Release Date | |
Total downloads for this project | |
Complete repository size | |
Commits in last month | |
Commits in last year |
LICENSE
License Excerpt
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.