[Gambas-user] No ctrl-c and ctrl-v (copy/ paste) since V3.16.0

Gianluigi Gradaschi bagonergi at gmail.com
Sun Sep 19 10:29:20 CEST 2021


Il 19/09/21 08:37, Fabien Bodard ha scritto:
> Ok ... really funny ... but interesting... the shortcut fail only on
> some classes .. in my case it's FManager.
> 
> Hi, Benoit, just open the editor on this class, add something and try a ctrl+z
> 
> Nothing happen.
> 
> In my case It's 100 reproductible .. I've tested with
> GB_GTK_DEBUG_KEYPRESS=1 and all key seem to be striked.
> 
> I joins again the project because I don't know if you receipt it.
> 
> Regards,
> 
> Fabien
> 
> 
> 
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
> 


Hi,

I don't know if it can be useful, with Gambas master working fine in 
Ubuntu 20.04 with the clipit manager, I get:

Using Shift to select text in FManager editor:

[0x55f6c6bbeb50] GDK_KEY_PRESS: keyval = 65505 state = 00000000 
(00000000) is_modifier = 1 hardware = 50 send_event = 0 for 0x55f6c457e290
[0x55f6c64279f0] GDK_KEY_RELEASE: keyval = 65505 state = 00000001 
(00000000) is_modifier = 1 hardware = 50 send_event = 0 for 0x55f6c457e290

Using Ctrl+C to copy selected text:

[0x55f6c6427810] GDK_KEY_PRESS: keyval = 65507 state = 00000000 
(00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x55f6c457e290
[0x55f6c6427d10] GDK_KEY_PRESS: keyval = 99 state = 00000004 (00000000) 
is_modifier = 0 hardware = 54 send_event = 0 for 0x55f6c457e290
[0x55f6c64279f0] GDK_KEY_RELEASE: keyval = 99 state = 00000004 
(00000000) is_modifier = 0 hardware = 54 send_event = 0 for 0x55f6c457e290
[0x55f6c6427950] GDK_KEY_RELEASE: keyval = 65507 state = 00000004 
(00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x55f6c457e290

Using Ctrl+V to paste text into the editor:

[0x55f6c6427d10] GDK_KEY_PRESS: keyval = 65507 state = 00000000 
(00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x55f6c457e290
[0x55f6c64279f0] GDK_KEY_PRESS: keyval = 118 state = 00000004 (00000000) 
is_modifier = 0 hardware = 55 send_event = 0 for 0x55f6c457e290
[0x55f6c64279f0] GDK_KEY_RELEASE: keyval = 118 state = 00000004 
(00000000) is_modifier = 0 hardware = 55 send_event = 0 for 0x55f6c457e290
[0x55f6c6bbeb50] GDK_KEY_RELEASE: keyval = 65507 state = 00000004 
(00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x55f6c457e290

I don't see any differences

Regards
Gianluigi


More information about the User mailing list