Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xkeyboard-config/files: xkeyboard-config-2.4.1-shift-backspace.patch
Date: Mon, 21 Nov 2011 00:00:10
Message-Id: 20111121000000.75A572004B@flycatcher.gentoo.org
1 chithanh 11/11/21 00:00:00
2
3 Added: xkeyboard-config-2.4.1-shift-backspace.patch
4 Log:
5 Add upstream patch to unbreak shift-backspace, bug #391061 by tetromino.
6
7 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-misc/xkeyboard-config/files/xkeyboard-config-2.4.1-shift-backspace.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/files/xkeyboard-config-2.4.1-shift-backspace.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xkeyboard-config/files/xkeyboard-config-2.4.1-shift-backspace.patch?rev=1.1&content-type=text/plain
14
15 Index: xkeyboard-config-2.4.1-shift-backspace.patch
16 ===================================================================
17 From 81fc86a911b55481b9597bb9284b3beca460104c Mon Sep 17 00:00:00 2001
18 From: Sergey V. Udaltsov <svu@×××××.org>
19 Date: Sun, 20 Nov 2011 20:03:26 +0000
20 Subject: Extend BackSpace to the 2nd group
21
22 https://bugs.freedesktop.org/show_bug.cgi?id=43098
23 ---
24 diff --git a/symbols/pc b/symbols/pc
25 index e1965ce..7e13ecb 100644
26 --- a/symbols/pc
27 +++ b/symbols/pc
28 @@ -14,7 +14,7 @@ xkb_symbols "pc105" {
29 include "pc(editing)"
30 include "keypad(x11)"
31
32 - key <BKSP> { [ BackSpace ] };
33 + key <BKSP> { [ BackSpace, BackSpace ] };
34
35 key <TAB> { [ Tab, ISO_Left_Tab ] };
36 key <RTRN> { [ Return ] };
37 diff --git a/symbols/us b/symbols/us
38 index 1d8bdd0..7c3ee24 100644
39 --- a/symbols/us
40 +++ b/symbols/us
41 @@ -573,7 +573,7 @@ xkb_symbols "dvp" {
42 key <AE10> { [ bracketright, 6 ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" };
43 key <AE11> { [ exclam, 8, exclamdown ], type[Group1] = "FOUR_LEVEL_ALPHABETIC" };
44 key <AE12> { [ numbersign, grave, dead_grave ] };
45 - key <BKSP> { [ BackSpace ] };
46 + key <BKSP> { [ BackSpace, BackSpace ] };
47
48 // upper row, left side
49 key <AD01> { [ semicolon, colon, dead_diaeresis ] };
50 --
51 cgit v0.9.0.2-2-gbebe