From e093ba1881c944b835847d17af1a0ee561fe79aa Mon Sep 17 00:00:00 2001 From: Socialdarwinist Date: Mon, 14 Aug 2017 23:29:15 +0200 Subject: [PATCH] Replaced NoSymbol with dead_belowmacron in default German keyboard layout Also removed outdated comment in the default German keyboard layout --- symbols/de | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/symbols/de b/symbols/de index 72f11d7..bda8f5f 100644 --- a/symbols/de +++ b/symbols/de @@ -13,14 +13,6 @@ xkb_symbols "basic" { key {type[Group1]="FOUR_LEVEL_PLUS_LOCK", symbols[Group1]= [ssharp, question, backslash, questiondown, 0x1001E9E ]}; -// The unicode capital letter sharp s U+1E9E is transformed to "SS" -// to match the rules for capitalizing sharp s in german. -// If the capital sharp s is needed, delete the line -// starting with from /usr/share/X11/locale/iso8859-15/Compose. -// If both doubled S and capital sharp s are needed, use 0x1001E9E -// for capital sharp s and some free unicode codepoint like 0x1001E9C -// for doubled S. Don`t forget to change this in the Compose file, too. - key { [dead_acute, dead_grave, dead_cedilla, dead_ogonek ] }; key { [ e, E, EuroSign, EuroSign ] }; @@ -43,7 +35,7 @@ xkb_symbols "basic" { key { [ comma, semicolon, periodcentered, multiply ] }; key { [ period, colon, U2026, division ] }; key { [ minus, underscore, endash, emdash ] }; - key { [ less, greater, bar, NoSymbol ] }; + key { [ less, greater, bar, dead_belowmacron ] }; include "kpdl(comma)" -- 2.14.1