After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 749944 - Remove Ctrl-K shortcut from GtkEntry
Remove Ctrl-K shortcut from GtkEntry
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkEntry
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-05-27 07:31 UTC by Nicholas Miell
Modified: 2015-10-05 18:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicholas Miell 2015-05-27 07:31:46 UTC
Commit 423868b408e0997af9e9af6a3ae5bb1ff50a0965 causes a regression in Firefox that breaks the Ctrl-K to Search Box shortcut immediately after creating a new tab (which focuses the URL GtkEntry) or when you hit Ctrl-L (which also focuses the URL GtkEntry) and then realize you want to search and hit Ctrl-K.

The Emacs key theme exists for Emacs weirdos who want Ctrl-K to delete to the end of the line, the default GTK key theme shouldn't inflict this damage on the rest of us.

(And before you suggest I switch to the Ctrl-J synonym for Ctrl-K: that shortcut doesn't exist in the Windows version of Firefox and doesn't help the situation.)
Comment 1 Thomas Perl 2015-08-27 08:50:50 UTC
I'm also affected by this, it breaks the cross-platform consistency of Firefox and is a regression (it worked fine before). I don't have the Emacs keybindings enabled.

Related bug in Mozilla Bugzilla:
https://bugzilla.mozilla.org/show_bug.cgi?id=1176929

Related bug in Redhat Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=1224605
Comment 2 Yajo 2015-09-14 07:03:34 UTC
Same here.
Comment 3 Matthias Clasen 2015-09-14 17:53:51 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.