<html>
<head>
<base href="https://bugzilla.gnome.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Ctrl-Backspace on Wayland only deletes characters, not words"
href="https://bugzilla.gnome.org/show_bug.cgi?id=754110#c15">Comment # 15</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Ctrl-Backspace on Wayland only deletes characters, not words"
href="https://bugzilla.gnome.org/show_bug.cgi?id=754110">bug 754110</a>
from <span class="vcard"><a href="page.cgi?id=describeuser.html&login=daniel%40fooishbar.org" title="Daniel Stone <daniel@fooishbar.org>"> <span class="fn">Daniel Stone</span></a>
</span></b>
<pre>mclasen: no, it hasn't been stripped (29 -> KEY_LEFTCTRL, 14 -> KEY_BACKSPACE):
[2939736.726] <a href="mailto:wl_keyboard@20.key">wl_keyboard@20.key</a>(63036, 15873579, 29, 1)
Gdk-Message: keyboard event, code 37, sym 65507, string , mods 0x0
[2939737.320] <a href="mailto:wl_keyboard@20.modifiers">wl_keyboard@20.modifiers</a>(63037, 4, 0, 0, 0)
[2940539.334] <a href="mailto:wl_keyboard@20.key">wl_keyboard@20.key</a>(63038, 15874382, 14, 1)
Gdk-Message: keyboard event, code 22, sym 65288, string \u0008, mods 0x4
[2940543.220] -> <a href="mailto:wl_compositor@4.create_region">wl_compositor@4.create_region</a>(new id wl_region@43)
[2940543.454] -> <a href="mailto:wl_region@43.add">wl_region@43.add</a>(7, 0, 1586, 7)
[2940543.746] -> <a href="mailto:wl_region@43.add">wl_region@43.add</a>(0, 7, 1600, 865)
[2940544.030] -> <a href="mailto:wl_surface@18.set_opaque_region">wl_surface@18.set_opaque_region</a>(wl_region@43)
[2940544.130] -> <a href="mailto:wl_region@43.destroy">wl_region@43.destroy</a>()
[2940544.276] -> <a href="mailto:wl_compositor@4.create_region">wl_compositor@4.create_region</a>(new id wl_region@41)
[2940544.369] -> <a href="mailto:wl_region@41.add">wl_region@41.add</a>(-10, -10, 1620, 892)
[2940544.485] -> <a href="mailto:wl_surface@18.set_input_region">wl_surface@18.set_input_region</a>(wl_region@41)
[2940544.522] -> <a href="mailto:wl_region@41.destroy">wl_region@41.destroy</a>()
[2940546.944] -> <a href="mailto:wl_surface@18.attach">wl_surface@18.attach</a>(wl_buffer@34, 0, 0)
[2940547.044] -> <a href="mailto:wl_surface@18.set_buffer_scale">wl_surface@18.set_buffer_scale</a>(2)
[2940547.080] -> <a href="mailto:wl_surface@18.damage">wl_surface@18.damage</a>(0, 107, 1600, 15)
[2940547.180] -> <a href="mailto:wl_surface@18.damage">wl_surface@18.damage</a>(1370, 849, 144, 21)
[2940547.353] -> <a href="mailto:wl_surface@18.frame">wl_surface@18.frame</a>(new id wl_callback@42)
[2940547.404] -> <a href="mailto:wl_surface@18.commit">wl_surface@18.commit</a>()
[2940559.855] <a href="mailto:wl_display@1.delete_id">wl_display@1.delete_id</a>(43)
[2940560.031] <a href="mailto:wl_display@1.delete_id">wl_display@1.delete_id</a>(41)
[2940560.124] <a href="mailto:wl_display@1.delete_id">wl_display@1.delete_id</a>(42)
[2940560.248] <a href="mailto:wl_callback@42.done">wl_callback@42.done</a>(990783035)
Gdk-Message: frame 0x5622b6ef2000
[2940689.243] <a href="mailto:wl_keyboard@20.key">wl_keyboard@20.key</a>(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. :\</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>