Bug 8468 - Make LWIN only behave as mod4
Summary: Make LWIN only behave as mod4
Status: RESOLVED INVALID
Alias: None
Product: xkeyboard-config
Classification: Unclassified
Component: General (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: xkb
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-30 17:20 UTC by Olivier Crête
Modified: 2006-11-15 07:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.