summaryrefslogtreecommitdiff
path: root/ui/vnc_keysym.h
diff options
context:
space:
mode:
authorWang Xin <wangxinxin.wang@huawei.com>2015-02-28 16:33:22 +0800
committerMichael Tokarev <mjt@tls.msk.ru>2015-03-10 08:15:34 +0300
commit09f4fbe47314c2f13f16bf081997611f7f4251ea (patch)
tree3e431c1c6ef25a5e754f9d4495eaeb880090faf9 /ui/vnc_keysym.h
parent7e781c79449ec2b3b649712c85610b147e3d41ee (diff)
downloadqemu-09f4fbe47314c2f13f16bf081997611f7f4251ea.tar.gz
qemu-char: add cyrillic characters 'numerosign' to VNC keysyms
This patch adds missing cyrillic character 'numerosign' to the VNC keysym table, it's needed by Russian keyboard. And I get the keysym from '<X11/keysymdef.h>', the current keysym table in Qemu was generated from it. Signed-off-by: Wang xin <wangxinxin.wang@huawei.com> Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'ui/vnc_keysym.h')
-rw-r--r--ui/vnc_keysym.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/vnc_keysym.h b/ui/vnc_keysym.h
index 1dc039f71f..7fa2bc1f1c 100644
--- a/ui/vnc_keysym.h
+++ b/ui/vnc_keysym.h
@@ -404,6 +404,7 @@ static const name2keysym_t name2keysym[]={
{"breve", 0x01a2}, /* U+02D8 BREVE */
{"caron", 0x01b7}, /* U+02C7 CARON */
{"Ccaron", 0x01c8}, /* U+010C LATIN CAPITAL LETTER C WITH CARON */
+{"numerosign", 0x06b0}, /* U+2116 NUMERO SIGN */
{"Cyrillic_a", 0x06c1}, /* U+0430 CYRILLIC SMALL LETTER A */
{"Cyrillic_A", 0x06e1}, /* U+0410 CYRILLIC CAPITAL LETTER A */
{"Cyrillic_be", 0x06c2}, /* U+0431 CYRILLIC SMALL LETTER BE */