qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to R


From: arei.gonglei
Subject: [Qemu-trivial] [PATCH 2/2] qemu-char: add cyrillic key 'numerosign' to Russian keymap
Date: Mon, 16 Feb 2015 12:00:58 +0800

From: Wang Xin <address@hidden>

'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 <address@hidden>
signed-off-by: Gonglei <address@hidden>
---
 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]