summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index faae172df..f44a13824 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -1028,7 +1028,7 @@ uint32_t gtk_gui_gdkkey_to_nskey(GdkEventKey *key)
return gdk_keyval_to_unicode(key->keyval);
case 'u':
if (key->state & GDK_CONTROL_MASK)
- return KEY_CUT_LINE;
+ return KEY_DELETE_LINE;
return gdk_keyval_to_unicode(key->keyval);
case 'c':
if (key->state & GDK_CONTROL_MASK)