~mir-team/mir/development-branch

Viewing all changes in revision 3594.

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2016-07-15 11:21:20 UTC
  • mfrom: (3590.2.5 fix-1602966)
  • Revision ID: tarmac-20160715112120-mkcsm91s5pt45iu2
Fix Super key not working any more since r3565 (LP: #1602966), so that
the kernel's KEY_LEFTMETA once again maps to Mir's
mir_input_event_modifier_meta_left.

It was an understandable mistake as the Super key is actually:
   Kernel: KEY_LEFTMETA
   XKB:    XKB_KEY_Super_L (not XKB_KEY_Meta_L)
   Mir:    mir_input_event_modifier_meta_left
. Fixes: https://bugs.launchpad.net/bugs/1602966.

Approved by mir-ci-bot, Cemil Azizoglu.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: