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 690931 - Any combination of the `1` key is bound to "Normal Size"
Any combination of the `1` key is bound to "Normal Size"
Status: RESOLVED FIXED
Product: eog
Classification: Core
Component: general
3.6.x
Other Linux
: Normal normal
: GNOME3.8
Assigned To: EOG Maintainers
EOG Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-31 23:40 UTC by Tim Cuthbertson
Modified: 2013-01-02 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim Cuthbertson 2012-12-31 23:40:18 UTC
This seems to be new in 3.6 (from 3.4 at least). I have a plugin that binds <alt>0, <alt>1, <alt>2 and <alt>3 to giving a 0,1,2 or 3-star rating to the current file. This worked fine previously, but as of 3.6 I can never trigger the <alt>1 binding - instead, it triggers the "Normal Size" action (which is bound to <ctrl>0).

I dug further, and it seems that *any* keyboard combo including `1` triggers this action now, i.e <alt>1, <ctrl>1, or even just pressing 1 on its own.
Comment 1 Felix Riemann 2013-01-02 11:22:53 UTC
Hmm, could be the solution for bug 659830 made the modifier check less strict...
Comment 2 Felix Riemann 2013-01-02 11:45:38 UTC
Exactly.

commit 3fcf3d368f664c3da275ee350cbf518d781d979b
Author: Felix Riemann <>
Date:   Wed Jan 2 12:42:52 2013 +0100

    EogScrollView: Check modifiers for all supported keyboard shortcuts
    
    Especially check that no modifier key is pressed for zooming.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690931
---
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.