Logitech Zone Touch Mouse T400 모델에서 가운데 클릭 앞부분과 가운데 클릭 뒷부분의 기능을 다시 매핑하고 싶습니다.
이 질문 에 대한 답변에 따르면 명령을 시도했지만 정확히 바꿀 내용을 이해하지 못합니다.
다음은 명령의 출력입니다 xinput list-props id#
(10은 장치 ID 임).
nirmik@nirmik:~$ xinput list-props 10
Device 'Logitech Unifying Device. Wireless PID:4026':
Device Enabled (134): 1
Coordinate Transformation Matrix (136): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (256): 0
Device Accel Constant Deceleration (257): 1.000000
Device Accel Adaptive Deceleration (258): 1.000000
Device Accel Velocity Scaling (259): 10.000000
Device Product ID (251): 1133, 50475
Device Node (252): "/dev/input/event6"
Evdev Axis Inversion (653): 0, 0
Evdev Axes Swap (655): 0
Axis Labels (656): "Rel X" (144), "Rel Y" (145), "Rel Horiz Wheel" (650), "Rel Dial" (651), "Rel Vert Wheel" (652)
Button Labels (657): "Button Left" (137), "Button Middle" (138), "Button Right" (139), "Button Wheel Up" (140), "Button Wheel Down" (141), "Button Horiz Wheel Left" (142), "Button Horiz Wheel Right" (143), "Button Side" (645), "Button Extra" (646), "Button Forward" (647), "Button Back" (648), "Button Task" (649), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643), "Button Unknown" (643)
Evdev Middle Button Emulation (658): 0
Evdev Middle Button Timeout (659): 50
Evdev Third Button Emulation (660): 0
Evdev Third Button Emulation Timeout (661): 1000
Evdev Third Button Emulation Button (662): 3
Evdev Third Button Emulation Threshold (663): 20
Evdev Wheel Emulation (664): 0
Evdev Wheel Emulation Axes (665): 0, 0, 4, 5
Evdev Wheel Emulation Inertia (666): 10
Evdev Wheel Emulation Timeout (667): 200
Evdev Wheel Emulation Button (668): 4
Evdev Drag Lock Buttons (669): 0
그리고 다음 명령의 출력 xinput get-button-map 10
은
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
이제 중간 클릭을 중간 클릭 = 중간 클릭 액션의 앞 부분으로 변경하기 위해 정확히 무엇을 교환해야합니까? 가운데 클릭 = 수퍼 버튼의 앞 부분 대신 / 시작
xev | grep -i "button"
터미널에서 실행하십시오 . 창으로 이동하고 교환하려는 버튼을 클릭하십시오. 터미널의 출력을 질문에 추가하십시오.
xev | grep i "button"
T400 중간 전면 버튼에서는 작동하지 않습니다. 운수 나쁘게.