마우스 자동 스크롤(VirtualBox)

마우스 자동 스크롤(VirtualBox)

문제: 내 환경과 모든 사용자 응용 프로그램에 자동 스크롤(마우스 가운데 버튼을 누른 후 창을 이동하는 기능)을 추가하려고 합니다. 내가 찾은 최고의 솔루션은 세부적인 사항 Evdev Wheel Emulation을 활성화하는 것입니다.xinput여기. VirtualBox(게스트 OS: Fedora 23 stable, 호스트 OS: 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에서와 같이 응용 프로그램별 옵션이 없으면 창은 부드럽게 스크롤하는 대신 줄 건너뛰게 됩니다. 대체 접근 방식이 존재한다면 여기에도 답변이 될 것입니다.

동기 부여: 나는 긴 페이지를 넘기거나 여러 번 긋는 것보다 사냥하고 쪼아먹을 때 자동 스크롤을 사용하는 것이 항상 더 편하다는 것을 알았습니다. 덜 일반적으로는 마우스 휠이 제대로 작동하지 않습니다. 이는 내 모델의 결함으로 기록되어 있습니다.

관련 정보