Re: [orca-list] emulating mouse stopped working probably after Gnome upgrade



Howdy,

I can confirm this here. I also tried OCRdestkop what also seems to be broken.
so i tried the following simple to emulate a click:
<code>
18:54 [chrys@blackbeast ~] :) $ python
Python 3.6.2 (default, Jul 20 2017, 03:52:27)
[GCC 7.1.1 20170630] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyatspi
>>> reg = pyatspi.Registry()
>>> reg.generateMouseEvent(50,50,'b1c')
>>>
</code>

the result:
nothing happens.
what i expect:
a button 1 click on posion 50 x 50 on screen.

I do not run wayland, here my session information:

<bash>
18:57 [chrys@blackbeast ~] :) $ loginctl
   SESSION        UID USER             SEAT TTY
        c1        120 gdm              seat0 /dev/tty1
        c3       1000 chrys            seat0 /dev/tty2

2 sessions listed.
18:57 [chrys@blackbeast ~] :( $ loginctl show-session c3 -p Type
Type=x11
</bash>

I run latest Archlinux.

cheers chrys
Am 09.10.2017 um 09:36 schrieb Vojtěch Polášek:
Hi,

I am running Arch Linux, Orca from Git, Gnome 3.26.

I think that after this update, emulation of mouse click stopped
working. I checked and appropriate keybindings are enaled and configured
properly.

Can anyone confirm?

Thanks alot,

Vojta

_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html
Log bugs and feature requests at http://bugzilla.gnome.org




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]