Re: accessibility: implementation of zoom/invert on Wayland?

2021-08-20 Thread Samuel Thibault
Hello, popping back some mails... Patrick Pelletier, le jeu. 01 juil. 2021 19:20:11 -0700, a ecrit: > Anyway, I realize this is probably not the right place to discuss this.  Is > there a more appropriate list or forum for Linux accessibility? There are several places, see the list of lists :) o

Re: Keyboard issues w/Orca screen reader

2021-02-24 Thread Samuel Thibault
Simon Ser, le mer. 24 févr. 2021 23:07:46 +, a ecrit: > On Thursday, February 25th, 2021 at 12:03 AM, Samuel Thibault > wrote: > > > Simon Ser, le mer. 24 févr. 2021 22:57:02 +, a ecrit: > > > As prior art, I can think of wshowkeys [1] which displays whi

Re: Keyboard issues w/Orca screen reader

2021-02-24 Thread Samuel Thibault
Hello, Simon Ser, le mer. 24 févr. 2021 22:57:02 +, a ecrit: > As prior art, I can think of wshowkeys [1] which displays which keys are being > pressed on screen. It uses a helper suid process, opens /dev/input/whatever, > drops privileges, and relays key presses to the main process. > > [1]:

Re: Wayland compositors and accessibility

2019-04-16 Thread Samuel Thibault
Hello, Simon Ser, le lun. 15 avril 2019 19:23:51 +, a ecrit: > On Wednesday, April 3, 2019 4:00 PM, Samuel Thibault > wrote: > > Olivier Fourdan, le mer. 03 avril 2019 14:39:29 +0200, a ecrit: > > > > What we currently have in Wayland is support for AccessX, directl

Re: Wayland compositors and accessibility

2019-04-03 Thread Samuel Thibault
Olivier Fourdan, le mer. 03 avril 2019 14:39:29 +0200, a ecrit: > > What we currently have in Wayland is support for AccessX, directly > > implemented in mutter. The rest of accessibility features are currently > > mostly broken. > > Well, instead of "mostly broken", I'd say it's a WIP on the GNO

Wayland compositors and accessibility

2019-04-03 Thread Samuel Thibault
Hello, I would like to open a discussion on accessibility features on Wayland. Several things that happened to work on Xorg (sometimes rather by luck) do not work any more on Wayland, so we need to find proper ways to implement them on Wayland. The needs are mostly on the input side. To avoid an

Re: [RFC PATCH libinput 1/2] Add a string-based input API

2019-02-11 Thread Samuel Thibault
ple. > > This adds a new type of key event that provides UTF8 strings. The > press/release pair applies to this type as well, the exact behavior of when > the release event is sent is implementation dependent. > > Signed-off-by: Peter Hutterer > Cc: Samuel Thibault > --- &