From fc432e39933c2331bbf4c630adc45db15ef94e9b Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 20 Apr 2009 20:12:20 +0000 Subject: Kleine Korrekturen: Tippfehler und Zeilenlängen für Beschreibungen möglichst kurz, damit sie auch auf „normalen“ Monitoren lesbar sind. Außerdem ist die Tastatur zwischen 123456 und 7890 getrennt, nicht zwischen 5 und 6. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1799 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/de | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'linux') diff --git a/linux/X/de b/linux/X/de index a14e791..99a95df 100644 --- a/linux/X/de +++ b/linux/X/de @@ -238,7 +238,8 @@ xkb_symbols "neo" { // Legend // =============== - // I don't think we need EIGHT_LEVEL_ALPHABETIC because the Lock gets deaktivated as soon as a Shift-key is pressed + // I don't think we need EIGHT_LEVEL_ALPHABETIC because the Lock gets deactivated + // as soon as a Shift-key is pressed. // Therefore there is no need for Lock + Shift. // key.type[Group1] = "EIGHT_LEVEL_ALPHABETIC"; key.type[Group1] = "EIGHT_LEVEL"; @@ -267,7 +268,8 @@ xkb_symbols "neo" { // Mod3 + Mod3 = Mod3_Lock key { [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Lock, ISO_Level3_Lock, ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Lock, ISO_Level3_Lock ] }; key { [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Lock, ISO_Level3_Lock, ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Lock, ISO_Level3_Lock ] }; - // The following is also done somewhere else, but I couldn't find where and since the modifier_map is needed by ISO_Level5 too (see below) I'm adding it here. + // The following is also done somewhere else, but I couldn't find where and since the + // modifier_map is needed by ISO_Level5 too (see below) I'm adding it here. // Also see how Level-switching is done in "symbols/level3(ralt_switch)" modifier_map Mod5 { ISO_Level3_Shift }; // optional // This ^^^^ has nothing to do with the "Neo-Mod-Keys"! @@ -279,7 +281,8 @@ xkb_symbols "neo" { // https://bugs.launchpad.net/ubuntu/+source/console-setup/+bug/363388 key { [ ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Lock, ISO_Level5_Lock, ISO_Level5_Lock, ISO_Level5_Lock ] }; key { [ ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Shift, ISO_Level5_Lock, ISO_Level5_Lock, ISO_Level5_Lock, ISO_Level5_Lock ] }; - // ISO_Level5_Shift alone won't have the desired effect in all applicitions, therefore adding the following as it is done in "symbols/level5(rctrl_switch)" + // ISO_Level5_Shift alone won't have the desired effect in all applicitions, therefore + // adding the following as it is done in "symbols/level5(rctrl_switch)". modifier_map Mod3 { ISO_Level5_Shift }; // mandatory // This ^^^^ has nothing to do with the "Neo-Mod-Keys"! @@ -300,8 +303,8 @@ xkb_symbols "neo" { key { [ 3, U2113, threesuperior, threesubscript, numerosign, NoSymbol, logicaland, NoSymbol ] }; key { [ 4, guillemotright, U203A, femalesymbol, Prior, Prior, U22A5, NoSymbol ] }; key { [ 5, guillemotleft, U2039, malesymbol, periodcentered, NoSymbol, U2221, NoSymbol ] }; - key { [ 6, dollar, cent, U26A5, sterling, NoSymbol, U2225, NoSymbol ] }; + key { [ 7, EuroSign, yen, Greek_kappa, currency, NoSymbol, rightarrow, NoSymbol ] }; key { [ 8, doublelowquotemark, singlelowquotemark, U27E8, NoSymbol, NoSymbol, U221E, NoSymbol ] }; key { [ 9, leftdoublequotemark, leftsinglequotemark, U27E9, KP_Divide, NoSymbol, U220B, NoSymbol ] }; @@ -385,7 +388,7 @@ xkb_symbols "neo" { key { [ KP_9, dagger, U20D7, U226B, KP_Prior, KP_Prior, U2309, NoSymbol ] }; key { [ KP_Add, KP_Add, plusminus, U2295, U2213, NoSymbol, U2214, NoSymbol ] }; - // middle Row + // Middle Row // -------------------------------------------------------------- key { [ KP_4, club, leftarrow, includedin, KP_Left, KP_Left, U2286, NoSymbol ] }; key { [ KP_5, EuroSign, brokenbar, U22B6, KP_Begin, KP_Begin, U22B7, NoSymbol ] }; -- cgit v1.2.3