From 710bee77b157a0b09b6d8c613babe2d0c854c1ba Mon Sep 17 00:00:00 2001 From: stephan Date: Sat, 27 Mar 2010 14:11:43 +0000 Subject: Rebase auf xkeyboard-config git („-lang“-varianten noch nicht aktualisiert). Korrekturen/Aufräumarbeiten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@2228 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/X/symbols/level5 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'linux/X/symbols/level5') diff --git a/linux/X/symbols/level5 b/linux/X/symbols/level5 index e829e90..ff7041c 100644 --- a/linux/X/symbols/level5 +++ b/linux/X/symbols/level5 @@ -18,22 +18,21 @@ xkb_symbols "rctrl_switch" { }; // The following modifier keys are used to switch to the third shift and to set a -// corresponding lock, implemented as NumLock. They do not use *Level5* keysyms, -// as some applications get confused by it. +// corresponding lock, implemented as NumLock. partial modifier_keys xkb_symbols "neomod_map" { + key.type[Group1] = "ONE_LEVEL"; + replace key { - type[Group1] = "ONE_LEVEL", - vmods[Group1] = LevelFive, + vmods = LevelFive, symbols[Group1] = [ ISO_Level5_Shift ], actions[Group1] = [ SetMods(modifiers=LevelFive) ] }; modifier_map Mod3 { }; replace key { - type[Group1] = "ONE_LEVEL", - vmods[Group1] = NumLock, + vmods = NumLock, symbols[Group1] = [ NoSymbol ], actions[Group1] = [ SetMods(modifiers=NumLock) ] }; -- cgit v1.2.3