Hugo
Hugo
No worries! Ignore my feedback then, I tried with a touchpad. :sweat_smile:
> I have no touch screen devices that run a desktop environment Can't you use a laptop touchpad to try this out? Or an [external one](https://www.apple.com/shop/product/MRMF2/magic-trackpad-2-space-gray)? I'm currently not on...
Mouse-wheel scrolling works for me in INSERT mode (I'll admit I'd never even though of the idea of scrolling in insert mode). How exactly are you scrolling?
Detecting redraw speed and adjusting animation rate dynamically seems far outside the scope of what one would expect of a Vim plugin. Probably a command to turn it on-off should...
> add &locale=... parameter to web query Where exactly do I add this param? /etc/betty/bettyconfig ? Also, having something like `betty use locale ___` would be useful, in any case.
Two-finger clicks and three-finger clicks register and a button1 click for me. Did anyone run into this issue? I'm using [this SPI driver](https://github.com/roadrunner2/macbook12-spi-driver/). I tried both with and without [BlueDragonX/xf86-input-mtrack](BlueDragonX/xf86-input-mtrack).
Huh, looks like `xf86-input-mtrack` wasn't picking up, and I'm just using libinput. This seems to have fixed my clicking: ``` Section "InputClass" Identifier "touchpad" Driver "libinput" MatchIsTouchpad "on" Option "Tapping"...
Also, a lookups to FF02::FB should be sent.
I tried to implement this, but the latest git -master won't build for me: ``` $ make cc -O2 -pipe -g -Wall -I/home/hugo/mdns/mdnsd -I../ -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual...
I noticed all the patches from [ports](http://openbsd.cs.toronto.edu/cgi-bin/cvsweb/ports/net/openmdns/patches/) have been applies to `master`. Maybe it's time to update the port to make is nice and clean now that the patches are...