mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 11:51:11 +00:00
02fb15fb60
A long time ago we imported the keymaps.csv file from GTK-VNC so we can do conversions between keycode sets. Meanwhile lots of bug fixes have gone into this CSV file and libvirt hasn't kept in sync. The keymaps.csv file and associated generator script has been pulled out of GTK-VNC into a dedicated GIT repo for use as a submodule. This allows GTK-VNC, SPICE-GTK, QEMU and libvirt to share the same master database and tools and pushing updates merely requires a submodule commit update as with gnulib. The test suite is updated to cover some extra boundary conditions. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
7 lines
182 B
Plaintext
7 lines
182 B
Plaintext
[submodule "gnulib"]
|
|
path = .gnulib
|
|
url = git://git.sv.gnu.org/gnulib.git
|
|
[submodule "keycodemapdb"]
|
|
path = src/keycodemapdb
|
|
url = https://gitlab.com/keycodemap/keycodemapdb.git
|