Revert "xkb: remap LWIN to Hyper_L"

This reverts commit 0f2bb27125. This does
not prevent Windows to receive "LWIN".
This commit is contained in:
Vincent Bernat 2023-07-23 23:02:36 +02:00
parent 0f2bb27125
commit 224486d6fd
2 changed files with 1 additions and 7 deletions

View file

@ -3,7 +3,6 @@
# Default configuration with:
# - compose → rwin, ralt or menu
# - capslock as ctrl
# - lwin as hyper
# - pause key becomes xscreensaver
xkb_keymap {
xkb_keycodes { include "evdev+aliases(qwerty)" };
@ -12,6 +11,6 @@ xkb_keymap {
xkb_symbols { include "pc+us+inet(evdev)"
include "compose(rwin)+compose(menu)+compose(ralt)"
include "ctrl(nocaps)"
include "vbe(pause)+vbe(hyperwin)" };
include "vbe(pause)" };
xkb_geometry { include "pc(pc105)" };
};

View file

@ -11,11 +11,6 @@ xkb_symbols "75percent" {
key <INS> { [ Delete ] };
key <DELE> { [ Insert ] };
};
partial
xkb_symbols "hyperwin" {
key <LWIN> { [ Hyper_L ] };
modifier_map Mod4 { Hyper_L };
};
partial modifier_keys alphanumeric_keys
xkb_symbols "x1gen2" {