GNOME Bugzilla – Bug 668829
wayland: Keymap hardcoded
Last modified: 2013-06-28 10:51:27 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.
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>