diff options
author | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-06-20 10:49:55 +0000 |
---|---|---|
committer | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-06-20 10:49:55 +0000 |
commit | b689d71aaf334a98d67bf800a29a552fc0a4a11c (patch) | |
tree | 5b69536db9b999a31c7674dc41f815740c3acb8a /linux/X/symbols/level3 | |
parent | 047a06c86c08d02a64978ef10342b2e6109dfef9 (diff) | |
download | neo-layout-b689d71aaf334a98d67bf800a29a552fc0a4a11c.tar.gz neo-layout-b689d71aaf334a98d67bf800a29a552fc0a4a11c.tar.bz2 neo-layout-b689d71aaf334a98d67bf800a29a552fc0a4a11c.zip |
Schönheitsfehler korrigiert.
Readme überarbeitet.
git-svn-id: https://svn.neo-layout.org@1894 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/X/symbols/level3')
-rw-r--r-- | linux/X/symbols/level3 | 18 |
1 files changed, 9 insertions, 9 deletions
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 <LWIN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -129,7 +129,7 @@ xkb_symbols "rwin_switch" { key <RWIN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -141,7 +141,7 @@ xkb_symbols "enter_switch" { key <KPEN> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -150,7 +150,7 @@ xkb_symbols "caps_switch" { key <CAPS> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -159,7 +159,7 @@ xkb_symbols "bksl_switch" { key <BKSL> { type[Group1]="ONE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; @@ -168,7 +168,7 @@ xkb_symbols "lsgt_switch" { key <LSGT> { 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 <CAPS> { 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 <BKSL> { 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 <LSGT> { type[Group1]="THREE_LEVEL", symbols[Group1] = [ ISO_Level3_Shift, ISO_Level3_Shift, ISO_Level3_Latch ] - }; + }; modifier_map Mod5 { ISO_Level3_Shift }; }; |