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 649971 - ALT+right click for panel's context menu doesn't work with numlock or capslock on
ALT+right click for panel's context menu doesn't work with numlock or capsloc...
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: general
3.0.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-05-11 14:57 UTC by leniviy
Modified: 2011-05-23 21:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description leniviy 2011-05-11 14:57:23 UTC
ALT+right click on gnome-panel calls the menu, but sometimes it doesn't appear and I have to relogin
Comment 1 leniviy 2011-05-12 10:08:18 UTC
panel.c: modifiers = event->state & GDK_MODIFIER_MASK;
please remove GDK_MOD2_MASK (numlock) and GDK_LOCK_MASK (capslock) from the mask
Comment 2 Vincent Untz 2011-05-23 21:45:54 UTC
I had a fix for this that was never committed; I just pushed it.