From: Stefan Dirsch Date: Tue, 27 Aug 2013 12:50:03 +0000 (+0200) Subject: Add missing backslash/bar mapping on "us" international variants (bfo#68606). X-Git-Tag: xkeyboard-config-2.10~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ee79efcad1fd85423cda2d1940cb6101c7b25ef;p=platform%2Fupstream%2Fxkeyboard-config.git 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 --- diff --git a/symbols/us b/symbols/us index 31977e4..7367388 100644 --- a/symbols/us +++ b/symbols/us @@ -129,6 +129,8 @@ xkb_symbols "intl" { key { [ slash, question, questiondown, dead_hook ] }; key { [ backslash, bar, notsign, brokenbar ] }; + key { [ backslash, bar, backslash, bar ] }; + include "level3(ralt_switch)" }; @@ -183,6 +185,8 @@ xkb_symbols "alt-intl" { key { [ period, greater, dead_abovedot, dead_circumflex ] }; key { [ slash, question, dead_hook, dead_hook ] }; + key { [ backslash, bar, backslash, bar ] }; + include "level3(ralt_switch)" };