61d160304c
Update to v3.1.0 OBS-URL: https://build.opensuse.org/request/show/657323 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=434
33 lines
985 B
Diff
33 lines
985 B
Diff
From 1e6c62c45c22da52f13ab2c1aefd0544c0307549 Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Wed, 20 Dec 2017 15:43:07 -0800
|
|
Subject: [PATCH] Remove problematic 'evdev 86' key from en-us keymap
|
|
|
|
This causes LP#1738283. Gerd will have to come up with a better
|
|
fix, but just hacking out the problematic key definition should
|
|
work for now.
|
|
|
|
[BR: We see this issue as well, eg via vnc]
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
pc-bios/keymaps/en-us | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/pc-bios/keymaps/en-us b/pc-bios/keymaps/en-us
|
|
index a70e03adc0..e518a9dc35 100644
|
|
--- a/pc-bios/keymaps/en-us
|
|
+++ b/pc-bios/keymaps/en-us
|
|
@@ -343,12 +343,6 @@ KP_Decimal 0x53 numlock
|
|
|
|
# evdev 85 (0x55): no evdev -> QKeyCode mapping (xkb keysym NoSymbol)
|
|
|
|
-# evdev 86 (0x56), QKeyCode "less", number 0x56
|
|
-less 0x56
|
|
-greater 0x56 shift
|
|
-bar 0x56 altgr
|
|
-brokenbar 0x56 shift altgr
|
|
-
|
|
# evdev 87 (0x57), QKeyCode "f11", number 0x57
|
|
F11 0x57
|
|
|