Настроил себе сабж, но появилось ощущение что работает как то не так. Например создалось впечатление, что тачпад иногда хуже откликается на прикосновения или движения по нему чем раньше.
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input.touchpad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.SHMConfig" type="string">On</merge>
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge> <!--two finger tap -> middle clieck(3) -->
<merge key="input.x11_options.TapButton3" type="string">2</merge> <!--three finger tap -> right click(2). almost impossible to click -->
</match>
</device>
</deviceinfo>
Есть подозрения что виной всему
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">90</merge>
За что это отвечает?
Форум —
General

