summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-01 10:44:00 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-04-01 10:44:00 +0000
commit2864aea4e269edc36ad232a7c69736530b38a6c0 (patch)
treec1150793834716b517743730c1ea080def9233a6 /linux
parent77b7460a55c1f0d2a74f0ff3615b70f2cd0b6e38 (diff)
kombotaste/compose in xkbmap eingefügt
git-svn-id: https://svn.neo-layout.org@462 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux')
-rw-r--r--linux/X/de18
1 files changed, 12 insertions, 6 deletions
diff --git a/linux/X/de b/linux/X/de
index e534d41..b76dc54 100644
--- a/linux/X/de
+++ b/linux/X/de
@@ -275,19 +275,25 @@ xkb_symbols "neo" {
key <AB10> { [ j, J, semicolon, U3D1, period, nabla ] };
key <SPCE> { [ space, space, space, nobreakspace, 0, U202F ] };
+
+ // Compose bzw. Kombinationstaste auf Mod3+Tab
+ key <TAB> { [ Tab, ISO_Left_Tab, Multi_key ] };
// new modkeys
key.type[Group1]="EIGHT_LEVEL" ;
- key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock, Caps_Lock, Multi_key, Multi_key ] };
- key <BKSL> { [ ISO_Level3_Shift, ISO_Level3_Shift, Caps_Lock, Caps_Lock, Multi_key, Multi_key ] };
- key <LSGT> { [ 0xfe11, 0xfe11, Multi_key, Multi_key, Caps_Lock, Caps_Lock ] };
- key <RALT> { [ 0xfe11, 0xfe11, Multi_key, Multi_key, KP_Decimal, Caps_Lock ] };
-
+ // hier (bei Mod3 und Mod4) sollte mal noch richtige Ebene 6 definiert werden
+ // Mod3
+ key <CAPS> { [ ISO_Level3_Shift, ISO_Level3_Shift ] };
+ key <BKSL> { [ ISO_Level3_Shift, ISO_Level3_Shift ] };
+ // Mod4
+ key <LSGT> { [ 0xfe11, 0xfe11 ] };
+ key <RALT> { [ 0xfe11, 0xfe11 ] };
modifier_map mod4 { <LSGT>, <RALT> };
+
// Keypad
- // key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
+ // key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
key.type[Group1]="FOUR_LEVEL_MIXED_KEYPAD" ;