I've just written a (very) short script that temporarily drops my DPI - similar to the DPI drop button on the Cyborg RAT mice - in Source engine. I was wondering about how to do this for other games as well...
I was thinking of using AutoHotKey to emulate the Key-Presses for the DPI up/down buttons on my MX518 on key-up or key-down, but obviously this only works for mice with those buttons (would be nice to have a more general solution).
Anyway, here's my script for source, if anyone's interested:
alias "+lowerSens" "sensitivity 6"
alias "-lowerSens" "sensitivity 12.5"
bind "MOUSE5" "+lowerSens"
I was thinking of using AutoHotKey to emulate the Key-Presses for the DPI up/down buttons on my MX518 on key-up or key-down, but obviously this only works for mice with those buttons (would be nice to have a more general solution).
Anyway, here's my script for source, if anyone's interested:
alias "+lowerSens" "sensitivity 6"
alias "-lowerSens" "sensitivity 12.5"
bind "MOUSE5" "+lowerSens"