Stefan Dirsch
ab0d61b00a
* Add missing backslash/bar mapping on "us" international variants (fdo#68606, bnc#831823). - U_ara-digits-Generate-arabic-script-digits-also-on-key.patch * ara(digits): Generate arabic script digits also on keypad (fdo#68650, bnc#831823) - refreshed patches OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xkeyboard-config?expand=0&rev=93
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
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)"
|
|
};
|
|
|