Merge lp:~unity-team/unity/trusty-1302885 into lp:unity/7.2
Proposed by
Stephen M. Webb
on 2014-12-08
Status: | Rejected | ||||
---|---|---|---|---|---|
Rejected by: | Stephen M. Webb on 2014-12-15 | ||||
Proposed branch: | lp:~unity-team/unity/trusty-1302885 | ||||
Merge into: | lp:unity/7.2 | ||||
Diff against target: |
44 lines (+19/-0) 2 files modified
debian/changelog (+10/-0) unity-shared/GnomeKeyGrabber.cpp (+9/-0) |
||||
To merge this branch: | bzr merge lp:~unity-team/unity/trusty-1302885 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Unity Team | 2014-12-08 | Pending | |
Review via email:
|
Commit message
When grabbing keys, try prefixing "XF86" if the key isn't found. GNOME gives us unprefixed keys sometimes.
Description of the change
When grabbing keys, try prefixing "XF86" if the key isn't found. GNOME gives us unprefixed keys sometimes. Fixes #1302885.
This change is cherry-picked from trunk for SRUing into Ubuntu 14.04 LTS.
To post a comment you must log in.
lp:~unity-team/unity/trusty-1302885
updated
on 2014-12-11
- 3806. By Stephen M. Webb on 2014-12-08
-
When grabbing keys, try prefixing "XF86" if the key isn't found. GNOME
gives us unprefixed keys sometimes (lp: #1302885). - 3807. By Stephen M. Webb on 2014-12-11
-
debian/changelog: fixed formatting