Simon Long
Simon Long
Is it possible to bind an action to a long press on a touchscreen? I have been playing with the squeekboard virtual keyboard, which with a few tweaks works really...
I've been trying to get a virtual keyboard working with labwc. The one that seems to be most recommended as compatible with Wayland is maliit - https://github.com/maliit/keyboard I've installed the...
Some older HDMI TVs support under/overscan, whereby the picture which is sent is clipped at each edge before display; this is to replicate a similar effect on CRTs whereby the...
As per discussion on https://github.com/labwc/labwc/issues/2242, this PR adds the same mouseEmulation parameter to touch devices as already exists for tablet devices, and sets the device capabilties for the seat accordingly....
In touch.c, the functions touch_down, touch_up and touch_motion can all call cursor emulation functions in cursor.c (cursor_emulate_move_absolute and cursor_emulate_button). I've been playing with this - it is currently impossible to...
A while back I raised this issue - https://github.com/labwc/labwc/issues/1566 - whereby touching a window headerbar didn't bring the window to the front, which was fixed by forcing a simulated mouse...
I'm trying to work out how to get some additional touchscreen support working - things like right-click emulation. Normally this is handled by something like tap-and-hold, but that doesn't seem...
I'm trying to track down a segfault, and am baffled as to where it originates, but I can make it go away by preventing a window from using layer shell....
I have a 2024 M4 Mac Mini. I am running the ARM 64 build of Etcher for MacOS. With both version 1.19.25 and the latest version 2.1.0, this creates corrupted...
### Problem description It appears that either the action of setting the keyboard interactivity of a window to on-demand, or opening a window with on-demand set, causes that window to...