简体   繁体   English

为什么我的鼠标滚轮垂直滚动步骤重置为“ 1”?

[英]Why my mouse wheel vertical scrolling step resets to “1”?

Every time I fire up Visual Studio, my vertical scroll settings for mouse (and the touch pad as well, in case a mouse is not attached at that moment) resets to "1" from "3". 每次启动Visual Studio时,鼠标的垂直滚动设置(以及触摸板,以防此时未连接鼠标)也会从“ 3”重置为“ 1”。 I set the scroll step to "3" and after coding a couple of lines, testing and debug, the scroll step size resets to "1" again. 我将滚动步长设置为“ 3”,在对几行代码进行了编码,测试和调试之后,滚动步长再次重置为“ 1”。

Any ideas? 有任何想法吗?

system info: Samsung notebook, Windows 7 home basic, Visual Studio Express 2012. 系统信息:三星笔记本,Windows 7家庭普通版,Visual Studio Express 2012。

note: My code has nothing to do with mouse or any other hardware. 注意:我的代码与鼠标或任何其他硬件无关。

This is not an exact solution, for to phrase it as an exact solution I've got to figure out the main reason at first; 不是一个精确的解决方案,因为首先要弄清楚它的主要原因,然后将其表述为一个精确的解决方案。 but I've overcome the bug by just removing the mouse driver and let Windows to manage the mouse via it's generic driver. 但是我通过删除鼠标驱动程序并让Windows通过其通用驱动程序管理鼠标来解决了该错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM