[Gambas-user] No ctrl-c and ctrl-v (copy/ paste) since V3.16.0
Claus Dietrich
claus.dietrich at freenet.de
Sat Sep 18 23:37:55 CEST 2021
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
The copied text didn't show up the clipboard (I checked it) and the
pasting was without any output, which was no surprise.
I attached my project (not finished yet), where the issue occurs (on my
PCs !).
Best regards
Claus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: gb.scan_0.1.32.tar.gz
Type: application/gzip
Size: 68521 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210918/6d5b1309/attachment-0001.gz>
More information about the User
mailing list