GNOME Bugzilla – Bug 697190
doesn't handle screen orientation lock button
Last modified: 2014-03-01 01:56:06 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.
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
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.
Attachment 241898 [details] pushed as 76b548e - media-keys: Add Rotation lock support
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)