xkeyboard-config/U_Add-missing-backslash-bar-mapping-on-us-internationa.patch

35 lines
1.2 KiB
Diff
Raw Normal View History

From 3ee79efcad1fd85423cda2d1940cb6101c7b25ef Mon Sep 17 00:00:00 2001
From: Stefan Dirsch <sndirsch@suse.de>
Date: Tue, 27 Aug 2013 14:50:03 +0200
Subject: [PATCH 1/2] Add missing backslash/bar mapping on "us" international
variants (bfo#68606).
https://bugs.freedesktop.org/show_bug.cgi?id=68606
Signed-off-by: Stefan Dirsch <sndirsch@suse.de>
---
symbols/us | 4 ++++
1 file changed, 4 insertions(+)
Index: xkeyboard-config-2.9/symbols/us
===================================================================
--- xkeyboard-config-2.9.orig/symbols/us
+++ xkeyboard-config-2.9/symbols/us
@@ -132,6 +132,8 @@ xkb_symbols "intl" {
key <AB10> { [ slash, question, questiondown, dead_hook ] };
key <BKSL> { [ backslash, bar, notsign, brokenbar ] };
+ key <LSGT> { [ backslash, bar, backslash, bar ] };
+
include "level3(ralt_switch)"
};
@@ -186,6 +188,8 @@ xkb_symbols "alt-intl" {
key <AB09> { [ period, greater, dead_abovedot, dead_circumflex ] };
key <AB10> { [ slash, question, dead_hook, dead_hook ] };
+ key <LSGT> { [ backslash, bar, backslash, bar ] };
+
include "level3(ralt_switch)"
};