[libvirt] [PATCH] Rsync keymaps.csv file with GTK-VNC

From: "Daniel P. Berrange" <berrange@redhat.com> Pushing under trivial rule --- src/util/keymaps.csv | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/util/keymaps.csv b/src/util/keymaps.csv index c447f46..98c723b 100644 --- a/src/util/keymaps.csv +++ b/src/util/keymaps.csv @@ -42,6 +42,7 @@ KEY_L,38,ANSI_L,0x25,38,75,75,38,38,15,VK_L,0x4c,38,38 KEY_SEMICOLON,39,ANSI_Semicolon,0x29,39,76,76,39,39,51,VK_OEM_1,0xba,39,39 KEY_APOSTROPHE,40,ANSI_Quote,0x27,40,82,82,40,40,52,VK_OEM_2,0xbf,40,40 KEY_GRAVE,41,ANSI_Grave,0x32,41,14,14,41,41,53,VK_OEM_3,0xc0,41,41 +KEY_SHIFT,42,Shift,0x38,42,18,18,42,42,225,VK_SHIFT,0x10,42,42 KEY_LEFTSHIFT,42,Shift,0x38,42,18,18,42,42,225,VK_LSHIFT,0xa0,42,42 KEY_BACKSLASH,43,ANSI_Backslash,0x2a,43,93,93,43,43,50,VK_OEM_5,0xdc,43,43 KEY_Z,44,ANSI_Z,0x6,44,26,26,44,44,29,VK_Z,0x5a,44,44 -- 1.7.7.5

On 01/12/2012 01:45 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Pushing under trivial rule
--- src/util/keymaps.csv | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Is this something we can automate at 'make dist' time? -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org

On Thu, Jan 12, 2012 at 02:06:13PM -0700, Eric Blake wrote:
On 01/12/2012 01:45 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Pushing under trivial rule
--- src/util/keymaps.csv | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Is this something we can automate at 'make dist' time?
I was thinking it'd be good to have some kind of gnulib style GIT submodule perhaps. This same file is used in SPICE-GTK, GTK-VNC, libvirt, and soon QEMU. As is the keymaps.pl script (well libvirt has a custom script, but I can merge that functionality). So it would be nice to have them all just using a shared GIT repo in some way. Regards, Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|

On 01/12/2012 02:10 PM, Daniel P. Berrange wrote:
On Thu, Jan 12, 2012 at 02:06:13PM -0700, Eric Blake wrote:
On 01/12/2012 01:45 PM, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange@redhat.com>
Pushing under trivial rule
--- src/util/keymaps.csv | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
Is this something we can automate at 'make dist' time?
I was thinking it'd be good to have some kind of gnulib style GIT submodule perhaps. This same file is used in SPICE-GTK, GTK-VNC, libvirt, and soon QEMU. As is the keymaps.pl script (well libvirt has a custom script, but I can merge that functionality). So it would be nice to have them all just using a shared GIT repo in some way.
That would work, too. Where should we host the new submodule? -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Daniel P. Berrange
-
Eric Blake