[Wayland-bugs] [Bug 754110] Ctrl-Backspace on Wayland only deletes characters, not words
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Tue Nov 24 12:02:30 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=754110
--- Comment #15 from Daniel Stone <daniel at fooishbar.org> ---
mclasen: no, it hasn't been stripped (29 -> KEY_LEFTCTRL, 14 -> KEY_BACKSPACE):
[2939736.726] wl_keyboard at 20.key(63036, 15873579, 29, 1)
Gdk-Message: keyboard event, code 37, sym 65507, string , mods 0x0
[2939737.320] wl_keyboard at 20.modifiers(63037, 4, 0, 0, 0)
[2940539.334] wl_keyboard at 20.key(63038, 15874382, 14, 1)
Gdk-Message: keyboard event, code 22, sym 65288, string \u0008, mods 0x4
[2940543.220] -> wl_compositor at 4.create_region(new id wl_region at 43)
[2940543.454] -> wl_region at 43.add(7, 0, 1586, 7)
[2940543.746] -> wl_region at 43.add(0, 7, 1600, 865)
[2940544.030] -> wl_surface at 18.set_opaque_region(wl_region at 43)
[2940544.130] -> wl_region at 43.destroy()
[2940544.276] -> wl_compositor at 4.create_region(new id wl_region at 41)
[2940544.369] -> wl_region at 41.add(-10, -10, 1620, 892)
[2940544.485] -> wl_surface at 18.set_input_region(wl_region at 41)
[2940544.522] -> wl_region at 41.destroy()
[2940546.944] -> wl_surface at 18.attach(wl_buffer at 34, 0, 0)
[2940547.044] -> wl_surface at 18.set_buffer_scale(2)
[2940547.080] -> wl_surface at 18.damage(0, 107, 1600, 15)
[2940547.180] -> wl_surface at 18.damage(1370, 849, 144, 21)
[2940547.353] -> wl_surface at 18.frame(new id wl_callback at 42)
[2940547.404] -> wl_surface at 18.commit()
[2940559.855] wl_display at 1.delete_id(43)
[2940560.031] wl_display at 1.delete_id(41)
[2940560.124] wl_display at 1.delete_id(42)
[2940560.248] wl_callback at 42.done(990783035)
Gdk-Message: frame 0x5622b6ef2000
[2940689.243] wl_keyboard at 20.key(63039, 15874532, 14, 0)
Gdk-Message: keyboard event, code 22, sym 65288, string \u0008, mods 0x4
Taken from pressing Ctrl-Backspace in GEdit. I do have ctrl:nocaps enabled
(i.e. CAPS also sends Control_L), but changing that doesn't seem to have any
effect. Again, Ctrl+{Left,Right} work fine, which are also declared as
GDK_CONTROL_MASK + the appropriate key in gtktextview.c. I can't see what could
possibly be wrong from the winsys side. :\
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20151124/b7206ec4/attachment.html>
More information about the wayland-bugs
mailing list