Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-09 Thread Ulf Brosziewski
If we consider it as a work in progress, is it a good idea then to "publish" it via wsconsctl immediately? Shouldn't we leave wsconsctl as it is until we have figured out what to do, or at least hide that new field? And, speaking of hiding, it is for a feature that's only useful for a subset of

Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-08 Thread Mark Jamsek
On 23-02-07 02:12PM, Tobias Heider wrote: > On Mon, Sep 19, 2022 at 11:16:51AM +0200, Ulf Brosziewski wrote: > > Is there enough interest in this feature among OpenBSD users? I haven't > > seen many requests for it, if any. Moreover, is it a good idea to configure > > different input methods on

Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-07 Thread Patrick Wildt
On Tue, Feb 07, 2023 at 10:07:56PM +0100, Ulf Brosziewski wrote: > I wouldn't mind seeing such a feature in the driver, but I think there's more > to do than counting contacts. The start of a click-and-drag gesture may > involve > two contacts and a button-press event, or people who place a thumb

Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-07 Thread Ulf Brosziewski
I wouldn't mind seeing such a feature in the driver, but I think there's more to do than counting contacts. The start of a click-and-drag gesture may involve two contacts and a button-press event, or people who place a thumb in the lower clickpad area and use it for pressing the clickpad button

Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-07 Thread Patrick Wildt
On Tue, Feb 07, 2023 at 02:12:57PM +0100, Tobias Heider wrote: > On Mon, Sep 19, 2022 at 11:16:51AM +0200, Ulf Brosziewski wrote: > > Is there enough interest in this feature among OpenBSD users? I haven't > > seen many requests for it, if any. Moreover, is it a good idea to configure > >

Re: wsmouse(4): Apple-like multi-touch buttons

2023-02-07 Thread Tobias Heider
On Mon, Sep 19, 2022 at 11:16:51AM +0200, Ulf Brosziewski wrote: > Is there enough interest in this feature among OpenBSD users? I haven't > seen many requests for it, if any. Moreover, is it a good idea to configure > different input methods on this or that hardware just because another OS >

Re: wsmouse(4): Apple-like multi-touch buttons

2022-09-24 Thread Mark Kettenis
> Date: Sun, 18 Sep 2022 14:21:06 +0200 > From: Tobias Heider > > Hi, > > the diff below adds a new mouse type WSMOUSE_TYPE_APPLE which emulates Apples > touchpad behaviour. Instead of mapping soft-buttons to an area on the pad, > the different mouse buttons are mapped to single-finger,

Re: wsmouse(4): Apple-like multi-touch buttons

2022-09-19 Thread Ulf Brosziewski
Is there enough interest in this feature among OpenBSD users? I haven't seen many requests for it, if any. Moreover, is it a good idea to configure different input methods on this or that hardware just because another OS has different defaults? Just in case the answer to these questions turns

Re: wsmouse(4): Apple-like multi-touch buttons

2022-09-18 Thread Tobias Heider
On Sun, Sep 18, 2022 at 02:21:06PM +0200, Tobias Heider wrote: > Hi, > > the diff below adds a new mouse type WSMOUSE_TYPE_APPLE which emulates Apples > touchpad behaviour. Instead of mapping soft-buttons to an area on the pad, > the different mouse buttons are mapped to single-finger,

wsmouse(4): Apple-like multi-touch buttons

2022-09-18 Thread Tobias Heider
Hi, the diff below adds a new mouse type WSMOUSE_TYPE_APPLE which emulates Apples touchpad behaviour. Instead of mapping soft-buttons to an area on the pad, the different mouse buttons are mapped to single-finger, two-finger and three-finger clicks as is the default in macos. The diff enables