mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-09 20:54:35 +02:00
xkb: remap LWIN to Hyper_L
This avoids a conflict with Windows inside a VM.
This commit is contained in:
parent
747c14a36a
commit
0f2bb27125
2 changed files with 7 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Default configuration with:
|
# Default configuration with:
|
||||||
# - compose → rwin, ralt or menu
|
# - compose → rwin, ralt or menu
|
||||||
# - capslock as ctrl
|
# - capslock as ctrl
|
||||||
|
# - lwin as hyper
|
||||||
# - pause key becomes xscreensaver
|
# - pause key becomes xscreensaver
|
||||||
xkb_keymap {
|
xkb_keymap {
|
||||||
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
xkb_keycodes { include "evdev+aliases(qwerty)" };
|
||||||
|
@ -11,6 +12,6 @@ xkb_keymap {
|
||||||
xkb_symbols { include "pc+us+inet(evdev)"
|
xkb_symbols { include "pc+us+inet(evdev)"
|
||||||
include "compose(rwin)+compose(menu)+compose(ralt)"
|
include "compose(rwin)+compose(menu)+compose(ralt)"
|
||||||
include "ctrl(nocaps)"
|
include "ctrl(nocaps)"
|
||||||
include "vbe(pause)" };
|
include "vbe(pause)+vbe(hyperwin)" };
|
||||||
xkb_geometry { include "pc(pc105)" };
|
xkb_geometry { include "pc(pc105)" };
|
||||||
};
|
};
|
||||||
|
|
|
@ -11,6 +11,11 @@ xkb_symbols "75percent" {
|
||||||
key <INS> { [ Delete ] };
|
key <INS> { [ Delete ] };
|
||||||
key <DELE> { [ Insert ] };
|
key <DELE> { [ Insert ] };
|
||||||
};
|
};
|
||||||
|
partial
|
||||||
|
xkb_symbols "hyperwin" {
|
||||||
|
key <LWIN> { [ Hyper_L ] };
|
||||||
|
modifier_map Mod4 { Hyper_L };
|
||||||
|
};
|
||||||
|
|
||||||
partial modifier_keys alphanumeric_keys
|
partial modifier_keys alphanumeric_keys
|
||||||
xkb_symbols "x1gen2" {
|
xkb_symbols "x1gen2" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue