<div dir="ltr">On Sun, Jun 21, 2015 at 9:54 PM, Peter Hutterer <span dir="ltr"><<a href="mailto:peter.hutterer@who-t.net" target="_blank">peter.hutterer@who-t.net</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In some applications, notably Inkscape, where it is common to frequently drag<br>
objects a short distance the default to drag-lock always-on is frustrating for<br>
users.<br>
Make it configurable, with the current default to "on".<br>
New API:<br>
  libinput_device_config_tap_set_drag_lock_enabled<br>
  libinput_device_config_tap_get_drag_lock_enabled<br>
  libinput_device_config_tap_get_default_drag_lock_enabled<br>
<br>
Any device capable of tapping is capable of drag lock, there is no explicit<br>
availability check for drag lock. Configuration is independent, drag lock may<br>
be enabled when tapping is disabled.<br></blockquote><div><br></div><div>Perhaps you are already doing this, but can't you require the mouse to be held down and/or moved more than some threshold on the first drag to turn on drag-lock mode?<br><br></div><div>I would think also that it would help to only turn it on if the finger is released near the edge of the touchpad, and not in the middle.<br><br></div></div></div></div>