Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-02-07 Thread Halim Sahin
Hi,
Thx!!!
Regards
Halim
On Sun, Feb 06, 2022 at 03:41:18PM +0100, Samuel Thibault wrote:
> Halim Sahin, le mar. 01 févr. 2022 08:48:06 +0100, a ecrit:
> > On Mon, Jan 31, 2022 at 01:13:31PM +0100, Samuel Thibault wrote:
> > > Halim Sahin, le lun. 31 janv. 2022 12:56:42 +0100, a ecrit:
> > > > Example:
> > > > copy the string with brltty in to clipboard and paste  the contents.
> > > >  /abcd/
> > > > 
> > > >  Result:
> > > > /
> > > > 
> > > > Brltty changes  the first slash  with &.
> > > > 
> > > > This only happens  when using a2 screendriver.
> > > > Tested in xfce4-terminal.
> > > 
> > > Does it happen only with the very first paste, or with all pastes?
> > 
> > it happens with all pastes if you do not hit space between the pastes.
> 
> Ok, I could write a simple reproducer. I have submitted it to xserver:
> 
> https://gitlab.freedesktop.org/xorg/xserver/-/issues/1298
> 
> Samuel
> ___
> This message was sent via the BRLTTY mailing list.
> To post a message, send an e-mail to: BRLTTY@brltty.app
> For general information, go to: http://brltty.app/mailman/listinfo/brltty
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-02-06 Thread Samuel Thibault
Halim Sahin, le mar. 01 févr. 2022 08:48:06 +0100, a ecrit:
> On Mon, Jan 31, 2022 at 01:13:31PM +0100, Samuel Thibault wrote:
> > Halim Sahin, le lun. 31 janv. 2022 12:56:42 +0100, a ecrit:
> > > Example:
> > > copy the string with brltty in to clipboard and paste  the contents.
> > >  /abcd/
> > > 
> > >  Result:
> > > /
> > > 
> > > Brltty changes  the first slash  with &.
> > > 
> > > This only happens  when using a2 screendriver.
> > > Tested in xfce4-terminal.
> > 
> > Does it happen only with the very first paste, or with all pastes?
> 
> it happens with all pastes if you do not hit space between the pastes.

Ok, I could write a simple reproducer. I have submitted it to xserver:

https://gitlab.freedesktop.org/xorg/xserver/-/issues/1298

Samuel
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-02-01 Thread Samuel Thibault
Samuel Thibault, le mar. 01 févr. 2022 09:19:43 +0100, a ecrit:
> Halim Sahin, le mar. 01 févr. 2022 08:48:06 +0100, a ecrit:
> > > That being said, for pasting you should be able to just use
> > > control-shift-V, which will directly paste from the brltty cutbuffer
> > > into the application, without having to go through keypresses
> > > simulation, thus much more robust.
> > 
> > ctrl+shift+v  doesn't paste anything.
> > Is this a new feature after brltty 6.0?
> 
> No, it's just the normal pasting shortcut of xfce-terminal. But perhaps
> you changed it?

To make sure which one that is, you can try to copy some text from
another X application, e.g. pluma or gedit with control-C.

Samuel
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-02-01 Thread Samuel Thibault
Halim Sahin, le mar. 01 févr. 2022 08:48:06 +0100, a ecrit:
> > That being said, for pasting you should be able to just use
> > control-shift-V, which will directly paste from the brltty cutbuffer
> > into the application, without having to go through keypresses
> > simulation, thus much more robust.
> 
> ctrl+shift+v  doesn't paste anything.
> Is this a new feature after brltty 6.0?

No, it's just the normal pasting shortcut of xfce-terminal. But perhaps
you changed it? Also, for this to work you need to have xbrlapi running.

Samuel
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty

Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-01-31 Thread Halim Sahin
Hi,
On Mon, Jan 31, 2022 at 01:13:31PM +0100, Samuel Thibault wrote:
> Halim Sahin, le lun. 31 janv. 2022 12:56:42 +0100, a ecrit:
> > Example:
> > copy the string with brltty in to clipboard and paste  the contents.
> >  /abcd/
> > 
> >  Result:
> > /
> > 
> > Brltty changes  the first slash  with &.
> > 
> > This only happens  when using a2 screendriver.
> > Tested in xfce4-terminal.
> 
> Does it happen only with the very first paste, or with all pastes?

it happens with all pastes if you do not hit space between the pastes.

> That being said, for pasting you should be able to just use
> control-shift-V, which will directly paste from the brltty cutbuffer
> into the application, without having to go through keypresses
> simulation, thus much more robust.

ctrl+shift+v  doesn't paste anything.
Is this a new feature after brltty 6.0?
BR.
Halim

___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


Re: [BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-01-31 Thread Samuel Thibault
Halim Sahin, le lun. 31 janv. 2022 12:56:42 +0100, a ecrit:
> Example:
> copy the string with brltty in to clipboard and paste  the contents.
>  /abcd/
> 
>  Result:
> /
> 
> Brltty changes  the first slash  with &.
> 
> This only happens  when using a2 screendriver.
> Tested in xfce4-terminal.

Does it happen only with the very first paste, or with all pastes?
I have indeed noticed that the X server doesn't properly handle the
keymap on the first keypress simulation, but that's only the very first,
and further simulations work fine.

That being said, for pasting you should be able to just use
control-shift-V, which will directly paste from the brltty cutbuffer
into the application, without having to go through keypresses
simulation, thus much more robust.

Samuel
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty


[BRLTTY] again cut and paste problem with brltty and at-spi screen driver

2022-01-31 Thread Halim Sahin
Hi,
could someone please test  the following described issue with brltty
6.4?

My machine runs ubuntu 20.04 with brltty 6.0.

Example:
copy the string with brltty in to clipboard and paste  the contents.
 /abcd/

 Result:
/

Brltty changes  the first slash  with &.

This only happens  when using a2 screendriver.
Tested in xfce4-terminal.

Br.
Halim
___
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: BRLTTY@brltty.app
For general information, go to: http://brltty.app/mailman/listinfo/brltty