[regression] The Super/Windows key doesn't work any more
Bug #1602966 reported by
Daniel van Vugt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Invalid
|
High
|
Daniel van Vugt | ||
Mir |
Fix Released
|
High
|
Daniel van Vugt | ||
mir (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
[regression] Zoom/contrast/
That's Super + mousewheel,C,N respectively
Related branches
lp://staging/~vanvugt/mir/fix-1602966
- Mir CI Bot: Approve (continuous-integration)
- Cemil Azizoglu (community): Approve
-
Diff: 67 lines (+30/-2)2 files modifiedsrc/client/input/xkb_mapper.cpp (+2/-2)
tests/unit-tests/client/input/test_xkb_mapper.cpp (+28/-0)
Changed in mir: | |
milestone: | none → 0.25.0 |
summary: |
[regression] Zoom/contrast/negative desktop effects don't work any more - in mir_proving_server + in mir_proving_server (Mir shells don't receive the Super modifier any + more) |
Changed in mir: | |
importance: | Medium → High |
assignee: | nobody → Daniel van Vugt (vanvugt) |
status: | Triaged → In Progress |
summary: |
- [regression] Zoom/contrast/negative desktop effects don't work any more - in mir_proving_server (Mir shells don't receive the Super modifier any - more) + [regression] The Super/Windows key doesn't work any more |
no longer affects: | mir/0.24 |
Changed in mir: | |
milestone: | 0.25.0 → 0.24.0 |
Changed in canonical-devices-system-image: | |
status: | New → Fix Committed |
importance: | Undecided → High |
milestone: | none → 13 |
Changed in mir: | |
status: | Fix Committed → Fix Released |
Changed in mir (Ubuntu): | |
status: | Fix Released → Invalid |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Invalid |
milestone: | 13 → none |
assignee: | nobody → Daniel van Vugt (vanvugt) |
To post a comment you must log in.
Bisected. The regression appeared in:
------- ------- ------- ------- ------- ------- ------- ------- ----
revno: 3565 [merge]
author: Andreas Pokorny <email address hidden>
committer: Tarmac
branch nick: development-branch
timestamp: Wed 2016-06-29 15:25:08 +0000
message:
Repurpose XKBMapper to also handle server side key mapping
XKBMapper stores a per device keymap and a "surface" keymap. This represents the two use cases for keymap configuration - a server side per device configuration and a client side keymap per client surface. Also with this change the default us keymap previously set on the client XKBMapper is replaced by a default us keymap per device.
Approved by mir-ci-bot, Kevin DuBois, Alexandros Frantzis. ------- ------- ------- ------- ------- ------- ------- ----
-------