Re: [Accessibility] Need to be able to sythesize mouse events

2013-12-12 Thread Giulio Camuffo
2013/12/12 Matthias Clasen : > > On Wed, Dec 11, 2013 at 2:15 PM, Piñeiro wrote: >> >> >> On 12/11/2013 07:09 PM, Giulio Camuffo wrote: >> > Wayland doesn't have a way to inject mouse events currently. Some >> > protocol must be written, which would be presumably implemented as a >> > private prot

Re: [Accessibility] Need to be able to sythesize mouse events

2013-12-11 Thread Matthias Clasen
On Wed, Dec 11, 2013 at 2:15 PM, Piñeiro wrote: > > On 12/11/2013 07:09 PM, Giulio Camuffo wrote: > > Wayland doesn't have a way to inject mouse events currently. Some > > protocol must be written, which would be presumably implemented as a > > private protocol which only trusted clients can use,

Re: [Accessibility] Need to be able to sythesize mouse events

2013-12-11 Thread Piñeiro
On 12/11/2013 07:09 PM, Giulio Camuffo wrote: > Wayland doesn't have a way to inject mouse events currently. Some > protocol must be written, which would be presumably implemented as a > private protocol which only trusted clients can use, given the > security implications. I was guessing about t

Re: [Accessibility] Need to be able to sythesize mouse events

2013-12-11 Thread Giulio Camuffo
Wayland doesn't have a way to inject mouse events currently. Some protocol must be written, which would be presumably implemented as a private protocol which only trusted clients can use, given the security implications. Giulio 2013/12/10 Piñeiro : > GNOME Assistive Technologies need to be able t

[Accessibility] Need to be able to sythesize mouse events

2013-12-10 Thread Piñeiro
GNOME Assistive Technologies need to be able to synthesize mouse events. Use cases: * Perform a mouse button click for users who cannot use a physical mouse * Route the mouse pointer to an object or element to trigger its hover action The Orca screen reader currently provides these commands vi