我读过一些相关的问题:
http://ubuntuforums.org/showthread.php?t=2097030
但没有给我答案。刚刚在 12.04 中插入鼠标,鼠标滚轮无法水平滚动。相反,它有奇怪的行为,如果按住鼠标滚轮并将其移到上面,文本就会改变。HP 鼠标,该功能适用于 Windows 7。
答案1
如果您使用的是 Ubuntu,您必须安装两个包:xbindkeys 和 xautomation。
Shift要使用组合键+MouseWheel启用水平滚动,请在终端上运行以下命令:
$ sudo apt-get install xbindkeys xautomation
$ echo "; bind shift + vertical scroll to horizontal scroll events
> (xbindkey '(shift \"b:4\") \"xte 'mouseclick 6'\")
> (xbindkey '(shift \"b:5\") \"xte 'mouseclick 7'\")" >> .xbindkeysrc.scm
$ xbindkeys