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 524813 - Escape and backspace bindable
Escape and backspace bindable
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Keybinding
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-28 15:35 UTC by Bastien Nocera
Modified: 2008-03-31 12:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gcc-ignore-caps-lock.patch (730 bytes, patch)
2008-03-28 15:36 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2008-03-28 15:35:45 UTC
Both are bindable when Caps Lock is on, instead of removing the binding, and cancelling the setting as expected.
Comment 1 Bastien Nocera 2008-03-28 15:36:14 UTC
Created attachment 108179 [details] [review]
gcc-ignore-caps-lock.patch

Patch to fix that. Didn't see any ill effects in my testing.
Comment 2 Jens Granseuer 2008-03-29 09:02:30 UTC
Please commit to trunk.
Comment 3 Bastien Nocera 2008-03-31 12:30:07 UTC
2008-03-31  Bastien Nocera  <hadess@hadess.net>

        * eggcellrendererkeys.c (grab_key_callback): Fix Esc and Backspace
        being bindable when Caps Lock is on (Closes: #524813)