qemu-char: add cyrillic key 'numerosign' to Russian keymap
numero sign is the number sign key of Russian keyboard layout, we get this key with 'shift + 3'. It's missing in current Russian keymap file, this patch fixes it. As number sign does not exsit in Russian keyboard layout[1][2], this patch also removes the 'numbersign' from Russian keymap. [1] http://en.wikipedia.org/wiki/Keyboard_layout#Russian [2] http://kbd-intl.narod.ru/english/layouts 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>
This commit is contained in:
parent
09f4fbe473
commit
3e4c67c9ce
@ -4,7 +4,7 @@ map 0x419
|
||||
exclam 0x02 shift
|
||||
at 0x03 shift
|
||||
quotedbl 0x03 shift altgr
|
||||
numbersign 0x04 shift
|
||||
numerosign 0x04 shift
|
||||
dollar 0x05 shift
|
||||
asterisk 0x05 shift altgr
|
||||
percent 0x06 shift
|
||||
|
Loading…
Reference in New Issue
Block a user