x
ETF2L is looking for new Staff to recruit! Are you interested in supporting the league? Then click here for more details on what we can offer and how to apply! 

Forum

Sensitivity toggle script request

Created 1st December 2015 @ 00:43

Add A Reply Pages: 1

sczw

I know scripts like these have probably been published over hundreds of times, but please pardon my laziness to look it up.

Default sensitivity: “2”
Desired sensitivity: “5”
Could someone please write me a script where if I hold Mouse3 the sensitivity would transition from the default to the desired and when I let go revert back to the default?

Thanks in advance ^o^

Popcorp

alias +sens “sensitivity 5”
alias -sens “sensitivity 2”

bind “mouse3” “+sens”

I guess

Add A Reply Pages: 1