vincentbernat.i3wm-configur.../dotfiles/xkb/symbols/vbe
Vincent Bernat 224486d6fd Revert "xkb: remap LWIN to Hyper_L"
This reverts commit 0f2bb27125. This does
not prevent Windows to receive "LWIN".
2023-07-23 23:02:36 +02:00

24 lines
628 B
Text

partial
xkb_symbols "pause" {
key <PAUS> {
[ XF86ScreenSaver, XF86ScreenSaver ]
};
};
partial
xkb_symbols "75percent" {
key <HOME> { [ Prior, Prior ] };
key <END> { [ Next, Next ] };
key <INS> { [ Delete ] };
key <DELE> { [ Insert ] };
};
partial modifier_keys alphanumeric_keys
xkb_symbols "x1gen2" {
key <LCTL> { [ Escape, Escape ] };
key <HOME> { [ Control_L, Control_L ] };
key <END> { [ Control_L, Control_L ] };
modifier_map Control { Control_L, <HOME>, <END> };
key <TLDE> { [ Insert, Insert ] };
key <ESC> { [ grave, asciitilde, dead_grave, dead_tilde ] };
};