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 668829 - wayland: Keymap hardcoded
wayland: Keymap hardcoded
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: wayland
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks: wayland
 
 
Reported: 2012-01-27 12:31 UTC by Rob Bradford
Modified: 2013-06-28 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rob Bradford 2012-01-27 12:31:29 UTC
The keymap is currently hardcoded to US pc105 - we need to work with the rest of the Wayland community to come up with a solution to this problem.
Comment 1 Rob Bradford 2013-06-28 10:51:27 UTC
This should be sorted now:

commit 8f4e39b6d716876bdd386c832ede3a33bc76c042
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Fri Aug 24 01:16:25 2012 +0200

    Port to new Wayland and xkbcommon APIs
    
    For Wayland, this is mostly the input protocol having changed, although
    there's also the SHM pool API, the cursor API, as well as fullscreen and
    ping.
    
    Also port to the new (months-old) xkbcommon API, as used by Weston 0.95.
    This involves having xkbcommon manage the state for us, where
    appropriate.  Fans of multi-layout keyboards (or just caps lock) will no
    doubt appreciate these changes.
    
    Signed-off-by: Daniel Stone <daniel@fooishbar.org>