mike coulombe writes ("sharing folders"):
> Ok, I found the problem I was having, but don't know how to solve it.
> If you press the ap key when a folder is marked you get a context menu.
> One of the choices is share this folder. Up to this point orca works fine.
> However, after pressing enter the screen goes back to your browser. When my
> daughter did this she used the mouse and got another menu after clicking on
> the share this folder that gave choices to not share it, share it in windows
> networks and so on.
> My question is how can this be made accessible to those of us who use a
> screen reader.
It already is accessibel if you create a .orbitrc file for root in the
way it has been discussed here before. Alternatively, you can install
the samba package and add something like the following to the file
/etc/samba/smb.conf:
[sharedfolder]
path = /home/youruser/shared
comment = my shared folder
available = yes
browseable = yes
public = yes
writable = yes
Then do:
/etc/init.d/samba restart
Best regards, Lukas
--
Ubuntu-accessibility mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-accessibility