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 697190 - doesn't handle screen orientation lock button
doesn't handle screen orientation lock button
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: media-keys
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
3.10
Depends on: 698257
Blocks:
 
 
Reported: 2013-04-03 16:14 UTC by William Jon McCann
Modified: 2014-03-01 01:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
media-keys: Add Rotation lock support (3.03 KB, patch)
2013-04-03 16:29 UTC, Bastien Nocera
none Details | Review
media-keys: Add Rotation lock support (2.98 KB, patch)
2013-04-19 12:50 UTC, Bastien Nocera
committed Details | Review

Description William Jon McCann 2013-04-03 16:14:25 UTC
The Lenovo Yoga 13 has a screen orientation lock button that sends KEY_LEFTMETA + KEY_O. It would be nice to handle this or at very least not have it echo an "o" into apps.
Comment 1 Bastien Nocera 2013-04-03 16:29:57 UTC
Created attachment 240502 [details] [review]
media-keys: Add Rotation lock support

Windows+O is used on recent Windows 8 certified hardware for the
orientation lock.

FIXME: Needs icons
Comment 2 Bastien Nocera 2013-04-19 12:50:18 UTC
Created attachment 241898 [details] [review]
media-keys: Add Rotation lock support

Windows+O is used on recent Windows 8 certified hardware for the
orientation lock.
Comment 3 Bastien Nocera 2013-04-19 12:54:17 UTC
Attachment 241898 [details] pushed as 76b548e - media-keys: Add Rotation lock support
Comment 4 Tim Krämer 2014-03-01 01:56:06 UTC
The key binding actually works, but I can't find it in dconf-editor org > gnome > settings-daemon > plugins > media-keys to overwrite it. Custom key bindings for <super>o doesn't work. I suppose they were overwritten by the plugins default (which is very bad behavior btw)