Re: [Spice-devel] [PATCH spice-gtk] vncdisplaykeymap: Add support for Xwayland keymap

2015-02-18 Thread Marc-André Lureau
- Original Message - From: Daniel P. Berrange berra...@redhat.com Both Wayland and Xwayland use the evdev + 8 map for keycodes, just as regular Xorg with evdev does. This code is copied from gtk-vnc. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=89105 ---

Re: [Spice-devel] [PATCH spice-gtk] vncdisplaykeymap: Add support for Xwayland keymap

2015-02-18 Thread Daniel P. Berrange
On Wed, Feb 18, 2015 at 09:47:55AM -0500, Marc-André Lureau wrote: - Original Message - From: Daniel P. Berrange berra...@redhat.com Both Wayland and Xwayland use the evdev + 8 map for keycodes, just as regular Xorg with evdev does. This code is copied from gtk-vnc.

[Spice-devel] [PATCH spice-gtk] vncdisplaykeymap: Add support for Xwayland keymap

2015-02-18 Thread Pavel Grunt
From: Daniel P. Berrange berra...@redhat.com Both Wayland and Xwayland use the evdev + 8 map for keycodes, just as regular Xorg with evdev does. This code is copied from gtk-vnc. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=89105 --- gtk/vncdisplaykeymap.c | 16 1 file