Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 340e01248478ba8b78a6d4d1809b1eff > files > 355

kvm-83-270.el5_11.src.rpm

From 6f13d8952d9d688d924f2937d9e5d8ca7ee096a7 Mon Sep 17 00:00:00 2001
From: Eduardo Habkost <ehabkost@redhat.com>
Date: Fri, 1 Oct 2010 18:18:58 -0300
Subject: [PATCH] fix '/' and '|' on russian keymap

RH-Author: Eduardo Habkost <ehabkost@redhat.com>
Message-id: <1285957138-19226-1-git-send-email-ehabkost@redhat.com>
Patchwork-id: 12361
O-Subject: [RHEL-5.6 KVM PATCH] fix '/' and '|' on russian keymap
Bugzilla: 580637
RH-Acked-by: Jes Sorensen <Jes.Sorensen@redhat.com>
RH-Acked-by: Alex Williamson <alex.williamson@redhat.com>
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>

I can't test it myself, but it was reported to be working, by the bug
reporter. The current keymap really looks wrong, as it had duplicate
definitions for "slash" and "bar", and the plain 0x35 scancode is more
likely to work on all guest OSes than the unusual altgr+0x56 scancode.

Bugzilla: 580637
Upstream status: submitted to qemu-devel

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 qemu/keymaps/ru |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
---
 qemu/keymaps/ru |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/qemu/keymaps/ru b/qemu/keymaps/ru
index b3e7d24..70a68f4 100644
--- a/qemu/keymaps/ru
+++ b/qemu/keymaps/ru
@@ -105,5 +105,3 @@ Cyrillic_yu 0x34 altgr
 Cyrillic_YU 0x34 shift altgr
 slash 0x35
 question 0x35 shift
-slash 0x56 altgr
-bar 0x56 shift altgr
-- 
1.6.5.5