ililim / dual-key-remap

Remap any key to any other two keys on Windows 🔥. Remap CapsLock to both Ctrl and Escape! (It's like xcape for windows!)
GNU General Public License v2.0
499 stars 36 forks source link

Process priority #64

Open AdrianMiozga opened 1 year ago

AdrianMiozga commented 1 year ago

I would document somewhere that Dual Key Remap process should run with at least normal priority. When set below that and combined with high CPU usage, like when starting an IDE or building a project mouse becomes very laggy and unusable. This is pretty important to know for people who want to start this program automatically using Task Scheduler as by default it runs processes with below normal priority.

ililim commented 1 year ago

Ah, didn't realize that you could run it as low priority. Indeed probably worth calling out. DKR handles each input so if it gets throttled it will probably lag all input devices.