From b689d71aaf334a98d67bf800a29a552fc0a4a11c Mon Sep 17 00:00:00 2001 From: stephan Date: Sat, 20 Jun 2009 10:49:55 +0000 Subject: Schönheitsfehler korrigiert. Readme überarbeitet. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1894 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/symbols/level3 | 18 +++++++++--------- linux/X/symbols/level5 | 11 ++++++----- 2 files changed, 15 insertions(+), 14 deletions(-) (limited to 'linux/X/symbols') diff --git a/linux/X/symbols/level3 b/linux/X/symbols/level3 index 74d5ac9..f4a0603 100644 --- a/linux/X/symbols/level3 +++ b/linux/X/symbols/level3 @@ -116,7 +116,7 @@ xkb_symbols "lwin_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -129,7 +129,7 @@ xkb_symbols "rwin_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -141,7 +141,7 @@ xkb_symbols "enter_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -150,7 +150,7 @@ xkb_symbols "caps_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -159,7 +159,7 @@ xkb_symbols "bksl_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -168,7 +168,7 @@ xkb_symbols "lsgt_switch" { key { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -177,7 +177,7 @@ xkb_symbols "caps_switch_latch" { key { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -186,7 +186,7 @@ xkb_symbols "bksl_switch_latch" { key { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -195,6 +195,6 @@ xkb_symbols "lsgt_switch_latch" { key { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; diff --git a/linux/X/symbols/level5 b/linux/X/symbols/level5 index 9876545..3b213fe 100644 --- a/linux/X/symbols/level5 +++ b/linux/X/symbols/level5 @@ -23,17 +23,18 @@ xkb_symbols "rctrl_switch" { partial modifier_keys xkb_symbols "neomod_map" { - key { + replace key { type[Group1] = "ONE_LEVEL", symbols[Group1] = [ ISO_Level5_Shift ] - }; + }; modifier_map Mod3 { }; - key { + + replace key { type[Group1] = "ONE_LEVEL", - vmods[Group1] = NumLock, + vmods[Group1] = NumLock, symbols[Group1] = [ NoSymbol ], actions[Group1] = [ SetMods(modifiers=NumLock) ] - }; + }; modifier_map Mod2 { }; }; -- cgit v1.2.3