Re: [PATCH libinput 2/5] Add configuration interface for tap drag-lock

2015-06-23 Thread Peter Hutterer
On Tue, Jun 23, 2015 at 05:59:54PM -0700, Bill Spitzak wrote: > On Tue, Jun 23, 2015 at 4:17 PM, Peter Hutterer > wrote: > > > > > > 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 d

Re: [PATCH libinput 2/5] Add configuration interface for tap drag-lock

2015-06-23 Thread Bill Spitzak
On Tue, Jun 23, 2015 at 4:17 PM, Peter Hutterer wrote: > > > 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? > > interesting idea, but I don't think it'll work. too much

Re: [PATCH libinput 2/5] Add configuration interface for tap drag-lock

2015-06-23 Thread Peter Hutterer
On Tue, Jun 23, 2015 at 12:14:21PM -0700, Bill Spitzak wrote: > On Sun, Jun 21, 2015 at 9:54 PM, Peter Hutterer > wrote: > > > In some applications, notably Inkscape, where it is common to frequently > > drag > > objects a short distance the default to drag-lock always-on is frustrating > > for >

Re: [PATCH libinput 2/5] Add configuration interface for tap drag-lock

2015-06-23 Thread Bill Spitzak
On Sun, Jun 21, 2015 at 9:54 PM, Peter Hutterer wrote: > In some applications, notably Inkscape, where it is common to frequently > drag > objects a short distance the default to drag-lock always-on is frustrating > for > users. > Make it configurable, with the current default to "on". > New API:

[PATCH libinput 2/5] Add configuration interface for tap drag-lock

2015-06-21 Thread Peter Hutterer
In some applications, notably Inkscape, where it is common to frequently drag objects a short distance the default to drag-lock always-on is frustrating for users. Make it configurable, with the current default to "on". New API: libinput_device_config_tap_set_drag_lock_enabled libinput_device_c