summaryrefslogtreecommitdiffstats
path: root/pc-bios/keymaps/ru
Commit message (Collapse)AuthorAgeFilesLines
* keymaps: updatePaolo Bonzini2020-08-211-2/+240
| | | | | | Looks like update-keymaps has not been run in a while. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* keymaps: regenerate keymapsGerd Hoffmann2019-03-181-2/+8
| | | | | | | | | Pick up the config updates. Also add a few keys to the maps which got a QKeyCode assigned since the last time we generated the maps (Hiragana_Katakana, Muhenkan). Sync with xkbcommon updates. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20190315110248.29208-3-kraxel@redhat.com
* pc-bios/keymaps: keymaps updateGerd Hoffmann2017-10-161-98/+737
| | | | | | | Update the keymaps with the ones generated by qemu-keymap Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20171005153330.19210-4-kraxel@redhat.com
* qemu-char: add cyrillic key 'numerosign' to Russian keymapWang Xin2015-03-101-1/+1
| | | | | | | | | | | | | | | 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>
* Move keymaps into pc-biosAnthony Liguori2009-05-281-0/+109
This isn't the most ideal layout, but it makes -L /path/to/git/pc-bios Just Work which is very convenient. Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>