Removendo uma zona morta do touchpad no Arch Linux


0

Eu tenho um touchpad no meu laptop (ThinkPad X250) executando o Arch Linux. O problema será descrito com relação à seguinte representação ASCII-art do meu touchpad:

+-+---------+-+
| |         | |
| |         | |
|C|    A    |B|
| |         | |
| |         | |
+-+---------+-+

tl; dr: Quero iniciar um movimento físico ao longo do touchpad da região B para iniciar de maneira semelhante um movimento do ponteiro.

O movimento do ponteiro é iniciado trazendo meu dedo para a região A do touchpad. A região B é insensível ao toque na iniciação; no entanto, depois de iniciar o toque na região, AI pode levar meu dedo para a região B e continuar movendo o ponteiro (ou seja, o touchpad ainda é sensível nessa área). Além disso, uma parte da região B é sensível ao toque na iniciação quando a rolagem de borda está ativa (e a rolagem de borda funciona corretamente quando está ativada).

A região C é semelhante à região B em relação à insensibilidade, desconsiderando a rolagem da borda.

Idealmente, quero que o movimento do ponteiro inicie quando toco inicialmente em algum lugar nas regiões B e / ou C. Fazer com que o ponteiro não responda quando toco no touchpad é irritante. Eu quero me livrar dessas zonas mortas.

Minha xinputsaída para o dispositivo relevante:

Device 'Synaptics TM3075-002':
    Device Enabled (142):   1
    Coordinate Transformation Matrix (144): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
    libinput Tapping Enabled (277): 0
    libinput Tapping Enabled Default (278): 0
    libinput Tapping Drag Enabled (279):    1
    libinput Tapping Drag Enabled Default (280):    1
    libinput Tapping Drag Lock Enabled (281):   0
    libinput Tapping Drag Lock Enabled Default (282):   0
    libinput Tapping Button Mapping Enabled (283):  1, 0
    libinput Tapping Button Mapping Default (284):  1, 0
    libinput Natural Scrolling Enabled (285):   1
    libinput Natural Scrolling Enabled Default (286):   0
    libinput Disable While Typing Enabled (287):    0
    libinput Disable While Typing Enabled Default (288):    1
    libinput Scroll Methods Available (289):    1, 1, 0
    libinput Scroll Method Enabled (290):   1, 0, 0
    libinput Scroll Method Enabled Default (291):   1, 0, 0
    libinput Click Methods Available (292): 1, 1
    libinput Click Method Enabled (293):    0, 1
    libinput Click Method Enabled Default (294):    1, 0
    libinput Middle Emulation Enabled (295):    0
    libinput Middle Emulation Enabled Default (296):    0
    libinput Accel Speed (297): 0.000000
    libinput Accel Speed Default (298): 0.000000
    libinput Left Handed Enabled (299): 0
    libinput Left Handed Enabled Default (300): 0
    libinput Send Events Modes Available (262): 1, 1
    libinput Send Events Mode Enabled (263):    0, 0
    libinput Send Events Mode Enabled Default (264):    0, 0
    Device Node (265):  "/dev/input/event18"
    Device Product ID (266):    1739, 0
    libinput Drag Lock Buttons (301):   <no items>
    libinput Horizontal Scroll Enabled (302):   1

Não tenho certeza se devo usá-lo xinputpara isso.

Respostas:


Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.