From 3398b2c1d5d49cfbba3b6c142820a7fca8afdfba Mon Sep 17 00:00:00 2001 From: Stephan Hilb Date: Thu, 6 May 2010 21:24:55 +0200 Subject: [PATCH] Added level5 lsgt_switch and ralt_switch --- symbols/level5 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/symbols/level5 b/symbols/level5 index 19db36c..690ac72 100644 --- a/symbols/level5 +++ b/symbols/level5 @@ -17,6 +17,25 @@ xkb_symbols "rctrl_switch" { modifier_map Mod3 { ISO_Level5_Shift }; }; +partial modifier_keys +xkb_symbols "lsgt_switch" { + key { + type[Group1]="ONE_LEVEL", + symbols[Group1] = [ ISO_Level5_Shift ] + }; + modifier_map Mod3 { ISO_Level5_Shift }; +}; + +partial modifier_keys +xkb_symbols "ralt_switch" { + key { + type[Group1]="ONE_LEVEL", + symbols[Group1] = [ ISO_Level5_Shift ] + }; + modifier_map Mod3 { ISO_Level5_Shift }; +}; + + // The following modifier keys are used to switch to the third shift and to set a // corresponding lock, implemented as NumLock. -- 2.32.0.93.g670b81a890