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

Bruce Steers bsteers4 at gmail.com
Sun Sep 19 01:00:33 CEST 2021


On Sat, 18 Sept 2021 at 22:38, Claus Dietrich <claus.dietrich at freenet.de>
wrote:

> Thank you Fabian to share the same problem with us.
>
> I started Gambas with GB_GTK_DEBUG_KEYPRESS=1 , loaded the project where
> the copy/paste keys don't work and I got following results:
>
> Upon Ctrl-v:
>
> [0x5633f8dfe640] GDK_KEY_PRESS: keyval = 65507 state = 00000000
> (00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe640] GDK_KEY_PRESS: keyval = 99 state = 00000004 (00000000)
> is_modifier = 0 hardware = 54 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe640] GDK_KEY_RELEASE: keyval = 99 state = 00000004
> (00000000) is_modifier = 0 hardware = 54 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe640] GDK_KEY_RELEASE: keyval = 65507 state = 00000004
> (00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x5633f804a540
>
> Upon ctrl-v:
>
> [0x5633f8dfe6e0] GDK_KEY_PRESS: keyval = 65507 state = 00000000
> (00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe640] GDK_KEY_PRESS: keyval = 118 state = 00000004 (00000000)
> is_modifier = 0 hardware = 55 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe500] GDK_KEY_RELEASE: keyval = 118 state = 00000004
> (00000000) is_modifier = 0 hardware = 55 send_event = 0 for 0x5633f804a540
> [0x5633f8dfe500] GDK_KEY_RELEASE: keyval = 65507 state = 00000004
> (00000000) is_modifier = 1 hardware = 37 send_event = 0 for 0x5633f804a540
>


Not sure if this matters or makes any difference but odd so i thought worth
a mention.
running a test app that reports Key.Code reports code 65507 if i press Ctrl

If i use the GB_GTK_DEBUG_KEYPRESS=1 env to launch gambas3 i then get 65508
For Ctrl
(Claus seems to have 65507 with the env)

copy n paste works okay for me in both cases.
Ignore me if irrelevant.
BruceS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210919/5e3a5531/attachment.htm>


More information about the User mailing list