]> Git Repo - qemu.git/blobdiff - ui/vnc_keysym.h
qemu-char: add Czech characters to VNC keysyms
[qemu.git] / ui / vnc_keysym.h
index df33cfe53c9dc92113c883a95f99d0a4d3e26e41..72c01d1ea288e15b05b4fd49359634b5787ee823 100644 (file)
@@ -215,10 +215,22 @@ static const name2keysym_t name2keysym[]={
 { "Zabovedot",            0x1af},
 { "zacute",               0x1bc},
 { "Zacute",               0x1ac},
+{ "Odoubleacute",         0x1d5},
+{ "Udoubleacute",         0x1db},
 { "cacute",               0x1e6},
 { "Cacute",               0x1c6},
 { "nacute",               0x1f1},
 { "Nacute",               0x1d1},
+{ "odoubleacute",         0x1f5},
+{ "udoubleacute",         0x1fb},
+
+/* Czech national characters */
+{ "ecaron",               0x1ec},
+{ "scaron",               0x1b9},
+{ "ccaron",               0x1e8},
+{ "rcaron",               0x1f8},
+{ "zcaron",               0x1be},
+{ "uring",                0x1f9},
 
     /* modifiers */
 {"ISO_Level3_Shift", 0xfe03}, /* XK_ISO_Level3_Shift */
This page took 0.02125 seconds and 4 git commands to generate.