@kpuket you said right, I understood you.. indont know if its necessary feature to add because you can do something like this easily with two console binds. Try something like this
alias blahblah "sensitivity 50;+left;+left;+left;+left;-left;sensitivity <normalvalue>"
bind <key> blahblah
And for such things you should use autoheykey scripts, just Google for "180 mouse turn ahk script"
Here i found something very useful very quickly in Google
https://www.autohotkey.com/boards/viewto...8&t=102185
Just when doing it in c++ it ends up the same code format as doing it with autohotkey. And don't mention with ahk its much easier haha
(Edited 12-26-2022, 09:22 PM by redogg.)
alias blahblah "sensitivity 50;+left;+left;+left;+left;-left;sensitivity <normalvalue>"
bind <key> blahblah
And for such things you should use autoheykey scripts, just Google for "180 mouse turn ahk script"
Here i found something very useful very quickly in Google
https://www.autohotkey.com/boards/viewto...8&t=102185
Just when doing it in c++ it ends up the same code format as doing it with autohotkey. And don't mention with ahk its much easier haha

