Bug 8468

Summary: Make LWIN only behave as mod4
Product: xkeyboard-config Reporter: Olivier Crête <olivier.crete>
Component: GeneralAssignee: xkb
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Olivier Crête 2006-09-30 17:20:51 UTC
I love using LWIN as another modifier with other keysyms, but it seems that it
only does that with altwin:left_meta_win, but then win becomes meta too..

The following config seems to work, the only problem is that it xev says it
still generates a Super_L and gnome-keybindings-properties sees a <Hyper>, 

partial modifier_keys
xkb_symbols "left_win_mod4" {
    key <LWIN> { [ NoSymbol ] };
    modifier_map Mod4   { <LWIN> };
};
Comment 1 Olivier Crête 2006-11-14 21:23:50 UTC
forget it.. altwin:super_win seems to be doing exactly what I want
Comment 2 Sergey V. Udaltsov 2006-11-15 07:01:04 UTC
Great! ;)

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.