From: Wang Xin <wangxinxin.w...@huawei.com> 'numerosign' is the numbersign key of Russian keyboard layout, we get this key with press 'shift + 3'. It's missing in current Russian keymap file, this patch fix it.
signed-off-by: Wang Xin <wangxinxin.w...@huawei.com> signed-off-by: Gonglei <arei.gong...@huawei.com> --- pc-bios/keymaps/ru | 1 + 1 file changed, 1 insertion(+) diff --git a/pc-bios/keymaps/ru b/pc-bios/keymaps/ru index b3e7d24..9432945 100644 --- a/pc-bios/keymaps/ru +++ b/pc-bios/keymaps/ru @@ -5,6 +5,7 @@ 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 -- 1.8.3.4