[gtk+] entry: Drop the Ctrl-K keybinding
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] entry: Drop the Ctrl-K keybinding
- Date: Mon, 14 Sep 2015 15:50:03 +0000 (UTC)
commit 15411aa032ca0c36f8a9adc9c1c2ee71a5131fbf
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 14 11:49:15 2015 -0400
entry: Drop the Ctrl-K keybinding
This interferes with a well-loved firefox shortcut, and we
are more interested in a gtk3 firefox than in legacy keybindings.
gtk/gtkentry.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c
index 97b58b5..16462c1 100644
--- a/gtk/gtkentry.c
+++ b/gtk/gtkentry.c
@@ -1935,10 +1935,6 @@ gtk_entry_class_init (GtkEntryClass *class)
"delete-from-cursor", 2,
G_TYPE_ENUM, GTK_DELETE_PARAGRAPH_ENDS,
G_TYPE_INT, -1);
- gtk_binding_entry_add_signal (binding_set, GDK_KEY_k, GDK_CONTROL_MASK,
- "delete-from-cursor", 2,
- G_TYPE_ENUM, GTK_DELETE_PARAGRAPH_ENDS,
- G_TYPE_INT, 1);
/* Make this do the same as Backspace, to help with mis-typing */
gtk_binding_entry_add_signal (binding_set, GDK_KEY_BackSpace, GDK_SHIFT_MASK,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]