mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-20 17:15:41 +02:00
Revert "xkb: remap LWIN to Hyper_L"
This reverts commit 0f2bb27125
. This does
not prevent Windows to receive "LWIN".
This commit is contained in:
parent
0f2bb27125
commit
224486d6fd
2 changed files with 1 additions and 7 deletions
|
@ -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)" };
|
||||
};
|
||||
|
|
|
@ -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" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue