滑鼠自動滾動(VirtualBox)

滑鼠自動滾動(VirtualBox)

問題:我希望將自動捲動(按下滑鼠中鍵後平移視窗的功能)新增至我的環境和所有使用者應用程式。我發現的最好的解決方案是啟用Evdev Wheel Emulation詳細xinput信息這裡。在 VirtualBox(客戶作業系統:Fedora 23 stable;主機作業系統:Windows 7)中,我無法找到該屬性。

終端:這裡是 的所有輸出xinput --list-props id。這是一台設備:

Device 'VirtualBox mouse integration':
Device Enabled (117):   1
Coordinate Transformation Matrix (119): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix (253):  1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Calibration Matrix Default (254):  1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (255):   0
libinput Natural Scrolling Enabled Default (256):   0
libinput Send Events Modes Available (235): 1, 0
libinput Send Events Mode Enabled (236):    0, 0
libinput Send Events Mode Enabled Default (237):    0, 0
libinput Left Handed Enabled (257): 0
libinput Left Handed Enabled Default (258): 0
libinput Scroll Methods Available (259):    0, 0, 1
libinput Scroll Method Enabled (260):   0, 0, 0
libinput Scroll Method Enabled Default (261):   0, 0, 0
libinput Button Scrolling Button (262): 0
libinput Button Scrolling Button Default (263): 0
Device Node (238):  "/dev/input/event5"
Device Product ID (239):    33006, 51966
libinput Drag Lock Buttons (264):   <no items>
libinput Horizonal Scroll Enabled (240):    1

備擇方案: 這種方法有兩個問題xinput。首先,必須按住滑鼠中鍵(沒有用作切換選項)。其次,除非有像 Firefox 那樣的特定於應用程式的選項,否則視窗將進行跳躍而不是平滑滾動。如果存在任何替代方法,它們也將在這裡得到答案。

動機:我一直發現使用自動滾動長頁面或搜尋和啄食比使用許多輕彈更舒服。不太常見的是,我的滑鼠滾輪無法正常工作——這是我的模型的記錄錯誤。

相關內容